IRC log for #koha, 2022-04-08

All times shown according to UTC.

Time S Nick Message
01:03 michal joined #koha
01:43 koha-jenkins Project Koha_Master_D10 build #580: UNSTABLE in 35 min: https://jenkins.koha-community[…]a_Master_D10/580/
02:09 dcook I swear I learn about a new system preference every day..
02:18 koha-jenkins Project Koha_Master build #1965: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community[…]Koha_Master/1965/
02:24 koha-jenkins Yippee, build fixed!
02:24 wahanui Congratulations!
02:24 koha-jenkins Project Koha_Master_D10 build #581: FIXED in 34 min: https://jenkins.koha-community[…]a_Master_D10/581/
02:35 koha-jenkins Project Koha_Master_U_Next build #5: UNSTABLE in 45 min: https://jenkins.koha-community[…]_Master_U_Next/5/
02:54 koha-jenkins Project Koha_Master_Sid build #2: UNSTABLE in 1 hr 4 min: https://jenkins.koha-community[…]oha_Master_Sid/2/
02:59 koha-jenkins Project Koha_Master build #1966: STILL UNSTABLE in 40 min: https://jenkins.koha-community[…]Koha_Master/1966/
03:00 koha-jenkins Project Koha_Master_U_Stable build #426: UNSTABLE in 35 min: https://jenkins.koha-community[…]ter_U_Stable/426/
03:11 koha-jenkins Yippee, build fixed!
03:11 wahanui Congratulations!
03:11 koha-jenkins Project Koha_Master_D9 build #1918: FIXED in 1 hr 21 min: https://jenkins.koha-community[…]a_Master_D9/1918/
03:36 koha-jenkins Project Koha_Master_U21 build #134: SUCCESS in 36 min: https://jenkins.koha-community[…]a_Master_U21/134/
03:55 koha-jenkins Project Koha_Master_U20 build #347: UNSTABLE in 1 hr 0 min: https://jenkins.koha-community[…]a_Master_U20/347/
03:56 koha-jenkins Project Koha_Master_D12 build #113: SUCCESS in 57 min: https://jenkins.koha-community[…]a_Master_D12/113/
04:06 bag joined #koha
04:22 koha-jenkins Yippee, build fixed!
04:22 wahanui Congratulations!
04:22 koha-jenkins Project Koha_Master_U_Stable build #427: FIXED in 46 min: https://jenkins.koha-community[…]ter_U_Stable/427/
05:07 koha-jenkins Project Koha_Master build #1967: STILL UNSTABLE in 1 hr 10 min: https://jenkins.koha-community[…]Koha_Master/1967/
05:58 koha-jenkins Project Koha_Master_U20 build #348: STILL UNSTABLE in 54 min: https://jenkins.koha-community[…]a_Master_U20/348/
06:08 koha-jenkins Project Koha_Master_Sid build #3: STILL UNSTABLE in 1 hr 4 min: https://jenkins.koha-community[…]oha_Master_Sid/3/
06:19 marcelr joined #koha
06:19 marcelr hi #koha
06:31 marcelr @later tell Joubu: bug 26947
06:31 huginn marcelr: The operation succeeded.
06:44 alex_ joined #koha
06:44 alex_ Bonjour
06:45 marcelr o/
06:49 dcook \p
06:49 dcook \o
06:51 Joubu dcook: ?
06:52 dcook Joubu: On the OPAC "your lists" page, there are 3 controls for removing records from a list hehe
06:53 dcook Although 2 are identical and 1 is somewhat different and i think the 2 identical ones actually do use the same form in the end..
06:53 * dcook is sleepy
06:53 dcook Stayed up too late talking to you folk last night ;)
06:56 Joubu Yes that's messy, I would have prefered something generic :-/
06:57 dcook You just read my mind...
07:00 cait joined #koha
07:01 dcook But it's 5:01 on a Friday. Home time.
07:01 dcook Good morning and good night :)
07:03 lds joined #koha
07:04 reiveune joined #koha
07:05 reiveune hello
07:05 wahanui niihau, reiveune
07:06 Joubu marcelr: 26947 - I don't know!
07:07 Joubu it seems easy to remove the comment from both outputs for comparison
07:14 marcelr @Joubu: this might be a solution: DBIx::Class::Schema::Loader::Base / pod_comment_mode / Controls where table comments appear in the generated POD.
07:14 huginn marcelr: I suck
07:17 Joubu sounds good, but I think we should keep them in the codebase
07:20 cait1 joined #koha
07:20 * cait1 waves good morning
07:24 marcelr o/
07:31 cait1 still here... jsut the evil twin
07:32 Joubu @later tell fridolin There is no next meeting page
07:32 huginn Joubu: The operation succeeded.
07:49 nikkom joined #koha
07:50 severine_q joined #koha
07:52 nikkom hi everyone, I have a problem coulyo please help me. I want find patrons who have fines. I am using the has_overdue method. Is it the write method?
07:54 cait1 hi nikkom
07:55 cait1 can you explain a bit more about your problem and what you are trying to do?
07:56 nikkom Hi cait1
08:00 nikkom I want to check patron's fines before discharge operation. I want, if patron has fine it cannot be discharged.
08:03 nikkom There is already a condition about checkouts and $has_pending_checkouts = $patron->checkouts->count; is used. I want to do similar thing for fines
08:08 claw joined #koha
08:10 Joubu nikkom: $patron->account->outstandin​g_debits->total_outstanding
08:11 Joubu Koha::Patrons->filter_by_amount_owed may be useful as well
08:11 nikkom thanks @Joubu I'll try both of them
08:19 nikkom @Joubu:  $patron->account->outstandin​g_debits->total_outstanding is working fine. Thanks very much.
08:19 huginn nikkom: downloading the Perl source
08:19 nikkom I have found has_overdue method from the page 'https://perldoc.koha-community[…]Koha/Patron.html'  where can I see $patron->account->outstandin​g_debits->total_outstanding
08:20 nikkom Hi huginn, sorry I couldnt understand?
08:21 nikkom @Joubu : I have found has_overdue method from the page 'https://perldoc.koha-community[…]Koha/Patron.html'  where can I see $patron->account->outstandin​g_debits->total_outstanding
08:21 huginn nikkom: I've exhausted my database of quotes
08:24 Joubu https://perldoc.koha-community[…]total_outstanding
08:37 nikkom Thanks @Joubu
08:40 cait1 nikkom: ther is an open bug about this thing, if you are working on a fix and need help submitting, let us know
08:40 cait1 bug 14250
08:40 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=14250 normal, P5 - low, ---, koha-bugs, NEW , Can generate discharge for patrons with fines
08:41 nikkom Hi cait1, I will check the bug :)
08:44 nikkom I have another problem :( It is very easy but I coundnt understand what is wrong?  It is about elsif. Whte is wrong in here:     if ($has_pending_checkouts) {         return "has_checkout";     } elsif ($has_debit) {          return "has_debit";     } else {         return "else";     }
08:44 nikkom if ($has_pending_checkouts) {         return "has_checkout";     } elsif ($has_debit) {          return "has_debit";     } else {         return "else";     }
08:45 nikkom if I remove elsif part every thing become OK
08:50 cait1 i coudl imagine that maybe $has_debit is not the type of data structure you think it is
08:51 cait1 but the wrong person to really know
09:29 cait1 nikkom: maybe check Joubus comment on the bug if you haven't seen it yet
09:31 sodesvaux joined #koha
09:36 tcohen nikkom: what are you working on? that control structure looks correct
09:37 tcohen #koha anyone knows who maintain(ed) perldoc.koha-community.org ?
09:37 tcohen nikkom: perldoc Koha::Account::Lines
09:37 cait1 have you checked the wiki page?
09:37 cait1 i seem to remember it might be gmcharlt
09:38 tcohen I never find what I'm looking for at the wiki
09:39 tcohen https://wiki.koha-community.or[…]istration#perldoc.koha-community.org
09:39 Joubu it's on the homepage
09:40 tcohen gmcharlt: can you upgrade perldoc so it inludes more recent Koha versions? thanks!!
09:55 oleonard I have asked a question on Bug 30489 that I could use help with
09:55 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30489 enhancement, P5 - low, ---, oleonard, ASSIGNED , Convert MARC and authority subfield edit tabs to Bootstrap
10:07 Joubu oleonard: sounds good, but I would do it in the template
10:11 oleonard Thanks Joubu
10:49 cait1 can I URL-Encode with TT?
10:50 cait1 I'd like to build a link AR_CANCELED with the title for search
10:51 oleonard There are filters, " | url " and " | uri "
10:52 oleonard http://template-toolkit.org/do[…].html#section_uri
10:53 cait1 ooh you are right
10:53 cait1 i should have known that
10:56 oleonard First patch submitted for replacing jQueryUI Accordion. Bug 30494
10:56 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=30494 enhancement, P5 - low, ---, oleonard, Needs Signoff , Replace the use of jQueryUI Accordion on the table settings page
10:56 cait1 hm I think my first attempt killed the cancel feature
10:57 cait1 I am not even sure if the article mails already support TT
10:57 khall joined #koha
11:00 cait1 biblioitem. not biblioitems.
11:00 cait1 for TT
11:05 cait1 oleonard++
11:05 cait1 thx for helping me remember :)
11:29 alex_ joined #koha
11:49 lds joined #koha
12:11 alex_ joined #koha
12:15 khall_ joined #koha
12:38 oleonard joined #koha
12:46 Dyrcona joined #koha
12:58 magnuse_ joined #koha
13:05 udkoha joined #koha
13:06 udkoha hi all - I still can't get the Bywater NCIP server to work - perhaps my input / the XML requests is not correct
13:07 udkoha it would be very helpful if somebody could show me correct XML fpr the LookupUser and LookupItem requests - thx
13:07 * cait1 waves
13:07 cait1 I am not sure how many outside BWS are using the NCIP server
13:07 cait1 khall_: maybe?
13:07 udkoha hi katrin - still online :-)
13:07 cait1 yeah... but not going to be as late as usual today
13:07 udkoha yes, sure - Kyle should know what's correct
13:08 cait1 at least that's the plan :)
13:08 udkoha the bad weather could be a good reason not to keep this plan ;-)
13:08 cait1 still very windy and a little rain here, but not as bad as yesterday
13:09 udkoha lucky you - we have much more rain here but less storm
13:09 cait1 not sure, still no weather for a nice stroll
13:10 koha-jenkins Project Koha_21.11_U20 build #56: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_21.11_U20/56/
13:10 koha-jenkins Project Koha_21.11_D11 build #75: UNSTABLE in 42 min: https://jenkins.koha-community[…]oha_21.11_D11/75/
13:11 cait1 trying to work out an SQL to detect unprocessed "umhängungen"
13:21 koha-jenkins Project Koha_21.11_D10 build #71: SUCCESS in 52 min: https://jenkins.koha-community[…]oha_21.11_D10/71/
13:23 alohabot 🎁 🐮 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ¯ðŸŽ‚🌶
13:24 magnuse_ mtj++
13:26 koha-jenkins Project Koha_Master_U_Next build #6: ABORTED in 9 hr 49 min: https://jenkins.koha-community[…]_Master_U_Next/6/
13:29 koha-jenkins Project Koha_21.11_U_Stable build #61: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]1.11_U_Stable/61/
13:49 khall_ is bugzilla down?
13:49 cait1 hi khall_
13:49 cait1 let me check
13:50 cait1 doesn't look too good from here
13:50 cait1 I'll message rangi
13:51 cait1 but bad time for nz
13:52 cait1 udkoha: had an NCIP question for you earlier khall_
13:52 khall_ I think it's back up!
13:52 huginn News from kohagit: Bug 29990: DBRev 21.12.00.025 <https://git.koha-community.org[…]85791f81c57331480>
13:52 huginn News from kohagit: Bug 29821: Compiled CSS <https://git.koha-community.org[…]06f1c7f165911f68e>
13:52 khall_ udkoha I can give you some examples, one sec
13:52 huginn News from kohagit: Bug 20398: DBRev 21.12.00.024 <https://git.koha-community.org[…]9602c35b8c2e543f2>
13:52 cait1 maybe bad bots again... messaging again :)
13:52 huginn News from kohagit: Bug 20517: DBRev 21.12.00.023 <https://git.koha-community.org[…]b5ed0c44c29ee4d46>
13:52 huginn News from kohagit: Bug 14393: (QA follow-up) Add template filters <https://git.koha-community.org[…]563c8b781819e0947>
13:52 huginn News from kohagit: Bug 30118: (QA follow-up) Fix Perl Critic issues <https://git.koha-community.org[…]c4396ac748c0f37f5>
13:52 huginn News from kohagit: Bug 29990: (QA follow-up) Change class name and apply to heading, add -x to update <https://git.koha-community.org[…]27185d9e39196daf0>
13:53 huginn News from kohagit: Bug 20517: (QA follow-up) Add ability to override syspref with account level settings... <https://git.koha-community.org[…]c13c1f89ff52a7f87>
13:53 huginn News from kohagit: Bug 20517: (follow-up) Add explanation to syspref and fix QA issues <https://git.koha-community.org[…]dc50563c9c2b5cc45>
13:53 huginn News from kohagit: Bug 20398: (QA follow-up) Fix position of 'if' statement <https://git.koha-community.org[…]c902dd7c43feb1003>
13:53 huginn News from kohagit: Bug 30243: When branccode is required on OPAC suggestion page default to empty value <https://git.koha-community.org[…]f77a456060f5d8814>
13:53 huginn News from kohagit: Bug 20398: (QA follow-up) Fix alphabetical order in sysprefs.sql <https://git.koha-community.org[…]d48083f2043ff5039>
13:53 huginn News from kohagit: Bug 29990: Add ShowHeadingUse system preference <https://git.koha-community.org[…]cc518fd4313ceceaa>
13:53 huginn News from kohagit: Bug 20517: (QA follow-up) Fix return undef. <https://git.koha-community.org[…]29db364790a66d752>
13:53 huginn News from kohagit: Bug 20517: Add support for specifying comparitor <https://git.koha-community.org[…]c71abfea5367dc73d>
13:53 huginn News from kohagit: Bug 29821: Add interface for generating barcodes using svc/barcode <https://git.koha-community.org[…]f50d433bfb3fb8e4e>
13:53 huginn News from kohagit: Bug 20398: Added a syspref to highlight or not highlight search terms in results... <https://git.koha-community.org[…]1891ffe351d2ce94e>
13:53 huginn News from kohagit: Bug 30118: Make holds_block_checkin in SIP behave like in Koha interface. <https://git.koha-community.org[…]588c0db9be8534d6f>
13:53 huginn News from kohagit: Bug 29990: Show authority appropriate heading use on search results <https://git.koha-community.org[…]dba93015bd6ce4691>
13:53 huginn News from kohagit: Bug 14393: Add collection code filter to inventory <https://git.koha-community.org[…]c5aeecb6167abffd0>
13:53 cait1 maybe Frido was killing it :P
13:53 khall_ lol
13:54 koha-jenkins Project Koha_21.11_U18 build #59: SUCCESS in 44 min: https://jenkins.koha-community[…]oha_21.11_U18/59/
13:55 khall_ udkoha here is a LookupUser message: https://paste.koha-community.org/8577
13:56 cait1 khall_++ :)
14:02 koha-jenkins Project Koha_21.11_U21 build #50: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_21.11_U21/50/
14:22 koha-jenkins Yippee, build fixed!
14:22 wahanui Congratulations!
14:22 koha-jenkins Project Koha_21.11_D11 build #76: FIXED in 1 hr 11 min: https://jenkins.koha-community[…]oha_21.11_D11/76/
14:22 alohabot 🎁 🦄 Koha 'master' packages pushed to 'koha-staging' repo  ðŸ¿ðŸ¥‘🍫
14:28 koha-jenkins Project Koha_21.11_D12 build #48: ABORTED in 59 min: https://jenkins.koha-community[…]oha_21.11_D12/48/
14:29 cait1 have a nice weekend #koha
14:29 cait1 left #koha
14:36 koha-jenkins Project Koha_21.11_U20 build #57: SUCCESS in 41 min: https://jenkins.koha-community[…]oha_21.11_U20/57/
14:36 koha-jenkins Project Koha_21.11_D10 build #72: SUCCESS in 34 min: https://jenkins.koha-community[…]oha_21.11_D10/72/
14:40 koha-jenkins Project Koha_Master_D11_My8 build #786: FAILURE in 3 min 13 sec: https://jenkins.koha-community[…]ster_D11_My8/786/
14:41 koha-jenkins Yippee, build fixed!
14:41 wahanui Congratulations!
14:41 koha-jenkins Project Koha_21.11_D9 build #49: FIXED in 1 hr 20 min: https://jenkins.koha-community[…]Koha_21.11_D9/49/
14:43 koha-jenkins Project Koha_Master_U21 build #135: FAILURE in 3 min 2 sec: https://jenkins.koha-community[…]a_Master_U21/135/
14:44 alohabot 🎁 🐵 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ¥¥ðŸ¥ªðŸ®
14:44 koha-jenkins Project Koha_Master_D9 build #1919: FAILURE in 2 min 57 sec: https://jenkins.koha-community[…]a_Master_D9/1919/
14:45 koha-jenkins Project Koha_Master_U20 build #349: FAILURE in 2 min 45 sec: https://jenkins.koha-community[…]a_Master_U20/349/
14:48 koha-jenkins Project Koha_Master_D10 build #582: FAILURE in 2 min 51 sec: https://jenkins.koha-community[…]a_Master_D10/582/
14:52 koha-jenkins Project Koha_Master_U_Next build #7: FAILURE in 3 min 24 sec: https://jenkins.koha-community[…]_Master_U_Next/7/
14:54 koha-jenkins Project Koha_Master_D11_MDB_Latest build #853: FAILURE in 6 min 21 sec: https://jenkins.koha-community[…]1_MDB_Latest/853/
14:55 koha-jenkins Project Koha_Master_U_Stable build #428: FAILURE in 2 min 56 sec: https://jenkins.koha-community[…]ter_U_Stable/428/
15:03 reiveune bye
15:04 reiveune left #koha
15:19 alohabot 🎁 🐼 Koha '21.11.x' packages pushed to 'koha-staging' repo  ðŸ¯ðŸ¥”🍖
15:20 koha-jenkins Project Koha_21.11_D12 build #49: SUCCESS in 44 min: https://jenkins.koha-community[…]oha_21.11_D12/49/
15:30 koha-jenkins Project Koha_21.11_U_Stable build #62: UNSTABLE in 1 hr 1 min: https://jenkins.koha-community[…]1.11_U_Stable/62/
15:33 koha-jenkins Project Koha_21.11_U18 build #60: SUCCESS in 38 min: https://jenkins.koha-community[…]oha_21.11_U18/60/
15:33 koha-jenkins Project Koha_21.11_D11 build #77: UNSTABLE in 1 hr 11 min: https://jenkins.koha-community[…]oha_21.11_D11/77/
15:38 theminh joined #koha
15:42 koha-jenkins Project Koha_Master build #1968: FAILURE in 8 min 26 sec: https://jenkins.koha-community[…]Koha_Master/1968/
15:43 theminh Hello! I am using a version 21.05 of koha. I have defined a authorized value PUBLIC with the code A and the description Adult.  I created a record and choose the create authorized value (PUBLIC) in the 521 field. When I go in the record's description, I see the authorized value's code (A) instead of it's description (Adult). Howerver, this issue seems to not be in the master version of koha. Does someone knows what patch corrected this problem ?
15:47 koha-jenkins Project Koha_21.11_U20 build #58: SUCCESS in 53 min: https://jenkins.koha-community[…]oha_21.11_U20/58/
15:50 koha-jenkins Project Koha_Master_D11_My8 build #787: STILL FAILING in 3 min 24 sec: https://jenkins.koha-community[…]ster_D11_My8/787/
15:56 koha-jenkins Project Koha_21.11_D9 build #50: FAILURE in 5 min 34 sec: https://jenkins.koha-community[…]Koha_21.11_D9/50/
15:59 koha-jenkins Project Koha_Master_U20 build #350: STILL FAILING in 2 min 43 sec: https://jenkins.koha-community[…]a_Master_U20/350/
16:01 koha-jenkins Project Koha_21.11_D10 build #73: SUCCESS in 40 min: https://jenkins.koha-community[…]oha_21.11_D10/73/
16:08 koha-jenkins Project Koha_21.11_D12 build #50: SUCCESS in 35 min: https://jenkins.koha-community[…]oha_21.11_D12/50/
16:08 koha-jenkins Project Koha_Master_D11_MDB_Latest build #854: STILL FAILING in 7 min 30 sec: https://jenkins.koha-community[…]1_MDB_Latest/854/
16:31 koha-jenkins Project Koha_21.11_U21 build #51: SUCCESS in 1 hr 1 min: https://jenkins.koha-community[…]oha_21.11_U21/51/
16:43 koha-jenkins Yippee, build fixed!
16:43 wahanui Congratulations!
16:43 koha-jenkins Project Koha_21.11_U_Stable build #63: FIXED in 34 min: https://jenkins.koha-community[…]1.11_U_Stable/63/
16:43 MarkHofstetter joined #koha
16:49 koha-jenkins Yippee, build fixed!
16:49 wahanui Congratulations!
16:49 koha-jenkins Project Koha_21.11_D11 build #78: FIXED in 1 hr 7 min: https://jenkins.koha-community[…]oha_21.11_D11/78/
16:58 koha-jenkins Project Koha_Master build #1969: STILL FAILING in 8 min 21 sec: https://jenkins.koha-community[…]Koha_Master/1969/
18:01 lukeg joined #koha
18:05 koha-jenkins Project Koha_21.11_D11 build #79: SUCCESS in 1 hr 7 min: https://jenkins.koha-community[…]oha_21.11_D11/79/
18:09 saa joined #koha
18:09 saa while upgrading my older koha verision when i run koha-upgrade-schema it throws error Upgrading database schema for library DEV atomic update /usr/share/koha/intranet/cgi-bin/install​er/data/mysql/atomicupdate/bug_29596.pl  [23:37:39]: Bug 29596 - Add Yiddish language
18:09 huginn Bug https://bugs.koha-community.or[…]_bug.cgi?id=29596 blocker, P1 - high, ---, tomascohen, In Discussion , Add Yiddish language
18:09 saa how to solve this error
19:07 koha-jenkins Project Koha_Master_D12 build #114: FAILURE in 6 min 57 sec: https://jenkins.koha-community[…]a_Master_D12/114/
19:13 lukeg joined #koha
19:15 koha-jenkins Project Koha_Master_Sid build #4: FAILURE in 3 min 21 sec: https://jenkins.koha-community[…]oha_Master_Sid/4/
20:27 lukeg joined #koha
20:54 lukeg joined #koha
21:25 lukeg joined #koha
23:31 michal joined #koha

| Channels | #koha index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary