From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 03:00:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 01:00:34 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 --- Comment #22 from David Cook --- (In reply to Mark Hofstetter from comment #21) > > OR, my suggestion (semi pseudo code, I hop my intentions are clear) > I'm sorry but I didn't really follow that. But that might just be me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 04:34:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 02:34:15 +0000 Subject: [Koha-bugs] [Bug 27495] The "Accessibility advocate" role is not yet listed in the about page. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495 --- Comment #16 from wainuiwitikapark at catalyst.net.nz --- Backported to 19.11.x for 19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 04:34:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 02:34:49 +0000 Subject: [Koha-bugs] [Bug 27495] The "Accessibility advocate" role is not yet listed in the about page. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.05.00,20.11.07,20.05.14 |21.05.00,20.11.07,20.05.14, released in| |19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 04:35:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 02:35:06 +0000 Subject: [Koha-bugs] [Bug 27495] The "Accessibility advocate" role is not yet listed in the about page. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27495 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldoldstable |Pushed to oldoldoldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 08:30:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 06:30:24 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122507|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 122511 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122511&action=edit Bug 28640: Unit tests for edi_order relation -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 08:30:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 06:30:28 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122508|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 122512 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122512&action=edit Bug 28640: Expose EDI Status on basket details page This patch adds the edi_order relationship method to Koha::Acquisition::Basket to return the most recently attached edi_message of type 'ORDER' for the basket. NOTE: EDI currently returns raw DBIC results. I have opted to maintain that approach here, but would like to work on upgradeing the Koha::EDIFACT::Order class to be a subclass of Koha::Object at a later date. We then use this new relationship in acqui/basket to display the EDI status for such baskets. Test plan 1/ Setup a vendor with EDI Ordering enabled 2/ Add a new basket for the vendor. 3/ Note the new 'EDI status' field displays and reads 'Not ordered' 4/ Close the basker 5/ The 'EDI status' should continue to display 'Not ordered' 6/ Re-open the basket 7/ Close the basket via 'Create EDIFACT order' 8/ Navigate back to the now closed basket 9/ Note the 'EDI status' field now displays 'Pending' and the transfer date. 10/ Progress the EDI order by running the edi_cron.pl script 11/ The EDI status field should now reflect that the message has been sent. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 08:32:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 06:32:41 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from Martin Renvoize --- (In reply to Kyle M Hall from comment #4) > Instead of just printing the value of edi_order.status in the template, > please use and IF/ELSIF/ELSE block for all the possible statuses, so they > may be translated. Thanks for testing.. I've now amended the patch with a SWITCH style block as requested.. I can envisage that moving into an include at a later date should we want to include these status details in other area's.. but I thought I'd leave that to another bug ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 10:19:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 08:19:53 +0000 Subject: [Koha-bugs] [Bug 21507] Decimal separators issues in patrons payments/fines, simplified In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21507 --- Comment #13 from Martin Renvoize --- (In reply to Henri-Damien LAURENT from comment #12) > Your solution seems to fit your environment. But let me state that some > countries, like France have different signs for thousand delimiter and > decimal delimiter. > > And I can see no real support for those "oddities" in the proposed js code. > Worse, there seems to be no way to parametrize those 'locales' for currency. > > For instance, if someone copy pastes 123,13 €, it would be converted into > 12,313.00 which is counter intuitive for usual french folks. > > To that aim, decimal_fill (hardcoded at the moment in Koha::Number::Price > could be parametrized). > And the way the proposed patch fixed that would take a system variable for > number format into account. > So it has my favour. > > Can it be discussed some time ? More than happy to discuss.. I'm a little confused by your comment though.. are you replying to the code attached here or the algorithm I propose in comment 10. Unfortunately, I've not had a moment to actually try to realise the code to match that algorithm yet. > Moreover, it seems that there is no way to add more decimals... (which > should be enable for some rates, if there is a fine per page printed for > instance, it could be 0.013 cents per page) I can see this being an issue with my algorithm, though I don't expect the algorithm to be applied to all inputs.. only those that may be pasted into.. for this case I would expect a typed amount and we should allow parts of a cent. (admittedly, I've never actually come across a scheme like this.. koha doesn't support a 'fine per page' rule anywhere currently unless I'm mistaken? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 12:42:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 10:42:03 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122511|0 |1 is obsolete| | --- Comment #8 from Martin Renvoize --- Created attachment 122513 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122513&action=edit Bug 28640: Unit tests for edi_order relation Test plan 1/ Run t/db_dependent/Koha/Acquisition/Basket.t Signed-off-by: Benjamin Veasey -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 12:42:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 10:42:07 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122512|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 122514 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122514&action=edit Bug 28640: Expose EDI Status on basket details page This patch adds the edi_order relationship method to Koha::Acquisition::Basket to return the most recently attached edi_message of type 'ORDER' for the basket. NOTE: EDI currently returns raw DBIC results. I have opted to maintain that approach here, but would like to work on upgradeing the Koha::EDIFACT::Order class to be a subclass of Koha::Object at a later date. We then use this new relationship in acqui/basket to display the EDI status for such baskets. Test plan 1/ Setup a vendor with EDI Ordering enabled 2/ Add a new basket for the vendor. 3/ Note the new 'EDI status' field displays and reads 'Not ordered' 4/ Close the basker 5/ The 'EDI status' should continue to display 'Not ordered' 6/ Re-open the basket 7/ Close the basket via 'Create EDIFACT order' 8/ Navigate back to the now closed basket 9/ Note the 'EDI status' field now displays 'Pending' and the transfer date. 10/ Progress the EDI order by running the edi_cron.pl script 11/ The EDI status field should now reflect that the message has been sent. Signed-off-by: Benjamin Veasey -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 12:58:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 10:58:28 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #10 from Martin Renvoize --- Tested by a Loughborough University and signed off.. patches attached. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 13:47:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 11:47:26 +0000 Subject: [Koha-bugs] [Bug 28574] Double id in source code member.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28574 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #2 from Owen Leonard --- The duplicate ID is not in the HTML of the template. The duplicate is created by the "hcSticky" JavaScript library in order to create the "floating" toolbar. This will be true on any page that uses the same feature. I'm going to mark this as "WONTFIX" because I don't believe this is going to cause practical problems. If someone finds otherwise please reopen this report. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 13:48:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 11:48:25 +0000 Subject: [Koha-bugs] [Bug 28592] ISE after paying through opac payment plugin In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28592 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |master Assignee|oleonard at myacpl.org |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 14:47:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 12:47:24 +0000 Subject: [Koha-bugs] [Bug 26790] Refactor Koha configuration (koha-conf.xml) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26790 --- Comment #8 from Julian Maurice --- (In reply to Martin Renvoize from comment #7) > How mature is the TOML support in perl... I note David looked > at the TOML module (which is pure perl) and hasn't been updated since 2016.. > does that mean it's perfect or it's just not maintained? There's also a > recent TOML::XS module on cpan.. but will this get packaged and is it likely > to be around for a while and maintained. This looks problematic :/ Maybe it's safer to stick with YAML for now. > Either way.. I think the splitting out of Zebra config from the config file > is a great first step. +1 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 14:52:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 12:52:23 +0000 Subject: [Koha-bugs] [Bug 27182] Add ability to rename a MARC modification template In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27182 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #1 from Andrew Fuerste-Henry --- +1, this is a stilly functionality to leave out. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 15:11:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 13:11:04 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #19 from Agustín Moyano --- (In reply to Katrin Fischer from comment #18) > > Given how Koha now operates, I think we could well do without the fallback > > for now. If you did not define the disclaimer in a language that you do > > offer, you dont have a disclaimer. > > As soon as a solution for GetNewsToDisplay is found, it will resolve this > > case too.. > > +1 Ok, seems I overdid here.. I'll try to keep it simple then. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 15:13:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 13:13:21 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 15:13:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 13:13:24 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122513|0 |1 is obsolete| | Attachment #122514|0 |1 is obsolete| | --- Comment #11 from Kyle M Hall --- Created attachment 122515 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122515&action=edit Bug 28640: Unit tests for edi_order relation Test plan 1/ Run t/db_dependent/Koha/Acquisition/Basket.t Signed-off-by: Benjamin Veasey Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 15:13:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 13:13:35 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 --- Comment #12 from Kyle M Hall --- Created attachment 122516 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122516&action=edit Bug 28640: Expose EDI Status on basket details page This patch adds the edi_order relationship method to Koha::Acquisition::Basket to return the most recently attached edi_message of type 'ORDER' for the basket. NOTE: EDI currently returns raw DBIC results. I have opted to maintain that approach here, but would like to work on upgradeing the Koha::EDIFACT::Order class to be a subclass of Koha::Object at a later date. We then use this new relationship in acqui/basket to display the EDI status for such baskets. Test plan 1/ Setup a vendor with EDI Ordering enabled 2/ Add a new basket for the vendor. 3/ Note the new 'EDI status' field displays and reads 'Not ordered' 4/ Close the basker 5/ The 'EDI status' should continue to display 'Not ordered' 6/ Re-open the basket 7/ Close the basket via 'Create EDIFACT order' 8/ Navigate back to the now closed basket 9/ Note the 'EDI status' field now displays 'Pending' and the transfer date. 10/ Progress the EDI order by running the edi_cron.pl script 11/ The EDI status field should now reflect that the message has been sent. Signed-off-by: Benjamin Veasey Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 15:25:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 13:25:43 +0000 Subject: [Koha-bugs] [Bug 28640] Add EDI order status to basket details display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28640 --- Comment #13 from Kyle M Hall --- Created attachment 122517 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122517&action=edit Bug 28640: (QA follow-up) Prevent unit tests from failing Signed-off-by: Kyle M Hall -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:08:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:08:44 +0000 Subject: [Koha-bugs] [Bug 28644] New: Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 Bug ID: 28644 Summary: Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Hold requests Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com Got this one under 19.11 on line 521 Looks like someone tried to cancel an already cancelled hold from the opac (in the user menu). Trivial fix. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:09:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:09:01 +0000 Subject: [Koha-bugs] [Bug 28644] Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Severity|enhancement |trivial -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:09:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:09:08 +0000 Subject: [Koha-bugs] [Bug 28644] Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:18:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:18:52 +0000 Subject: [Koha-bugs] [Bug 28644] Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:18:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:18:55 +0000 Subject: [Koha-bugs] [Bug 28644] Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 --- Comment #1 from Marcel de Rooy --- Created attachment 122518 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122518&action=edit Bug 28644: Fix calling borrowernumber on undefined value If the hold is not found (e.g. already cancelled), we should return earlier without crashing: Can't call method "borrowernumber" on an undefined value at /usr/share/koha/C4/Reserves.pm line 521 (Note: line number from 19.11) Test plan: Run t/db_dependent/Reserves.t Add a hold, go to user menu with holds in OPAC. At the same time, cancel this hold from staff. Now click the Cancel in OPAC. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:19:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:19:21 +0000 Subject: [Koha-bugs] [Bug 28644] Can't call method "borrowernumber" on an undefined value at C4/Reserves.pm line 607 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28644 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #2 from Marcel de Rooy --- Self signoff; too trivial to wait for. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:24:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:24:10 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 --- Comment #23 from Kyle M Hall --- (In reply to Mark Hofstetter from comment #21) > As stated before I consider the plugin system to explicit ie you have to > "tell" every function/method that there may be a plugin. > > For example something I am currently working on: > > Problem: Customer wants to change how patron cardnumbers are autogenerated, > (a prefix and a fixed padded length) > > One could make a plugin for Koha::Patron::fixup_cardnumber > > OR, my suggestion (semi pseudo code, I hop my intentions are clear) > > extend the base class(es) in this case > > Koha::Object->_new_from_dbic(); > > if () { > require KohaObjectHooks; # whatever > } > > > KohaObjectHooks > > use Hook::LexWrap; > wrap 'Koha::Patron::fixup_cardnumber', post => > sub { my ( $self ) = @_; > $self->cardnumber( sprintf("LB%09d", $self->cardnumber)); > }; > > > > Hook::LexWrap hat pre/post a around hook may be implemented easily > > I know this a major change, but solves a least some problems That's interesting. I'd love to see a proof of concept! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 16:44:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 14:44:22 +0000 Subject: [Koha-bugs] [Bug 28182] Elastic search exact authorities search includes punctuation In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28182 Heather changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |heather_hernandez at nps.gov -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 1 17:36:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 01 Jul 2021 15:36:03 +0000 Subject: [Koha-bugs] [Bug 28645] New: write off fine on selected items does not pay against those lines Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28645 Bug ID: 28645 Summary: write off fine on selected items does not pay against those lines Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: bernard.scaife at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Selecting outstanding fines which do not happen to be the earliest in the accountlines table for the borrower will result in the earliest fines being written off instead of the ones selected. 1. In a list of 4 fines for a borrower, select tick box on one which was not the first to be accrued. 2. Click the write off button at the bottom of the screen. 3. Note the payment is shown against the earliest accrued item instead. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 02:19:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 00:19:31 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 02:19:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 00:19:36 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122134|0 |1 is obsolete| | --- Comment #20 from Agustín Moyano --- Created attachment 122519 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122519&action=edit Bug 27948: Add disclaimer to article request If ArticleRequestsDisclaimerText news is set, a disclaimer text will appear before an article request can be made To test: 1. apply patches 2. enable ArticleRequest syspref 3. in OPAC place an article request for a patron CHECK => No disclaimer text should appear before placing article request 4. add a text in ArticleRequestsDisclaimerText news 5. repeat step 3 SUCCESS => A disclaimer text is shown before you can place an article request Signed-off-by: David Nind -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 02:19:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 00:19:40 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #21 from Agustín Moyano --- Created attachment 122520 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122520&action=edit Bug 27948: (follow-up) Use Koha.news and PROCESS koha_news_block to bring disclaimer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 02:29:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 00:29:20 +0000 Subject: [Koha-bugs] [Bug 28646] New: when I'm on the circulation screen and I want to go back to home nor return Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28646 Bug ID: 28646 Summary: when I'm on the circulation screen and I want to go back to home nor return Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: About Assignee: koha-bugs at lists.koha-community.org Reporter: miguelunodos2012 at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 122521 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122521&action=edit when I'm on the circulation screen and I want to go back to home when I'm on the circulation screen and I want to go back to home, it doesn't come back, Thanks for the support -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 03:05:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 01:05:32 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 --- Comment #24 from David Cook --- I think I understand a little better now, although I still don't understand the logic flow. You'd have to load the plugin to override the original code, but your example doesn't say when that would happen. Unless you're preloading modules at startup time (which will only work with Plack and could mean large worker processes), then you're going to have to load at script load time, but then you'll probably want to be targeting particular plugins for particular situations, and then I'm not sure that you're actually gaining any advantage over the current way of doing things? Hook::LexWrap is also black magic. Perl lets a person do all kinds of wild things, but it reminds me of Jurassic Park: "Your scientists were so preoccupied with whether or not they could, they didn​'t stop to think if they should." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 05:05:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 03:05:26 +0000 Subject: [Koha-bugs] [Bug 28647] New: administration_tasks.t is failing randomly Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 Bug ID: 28647 Summary: administration_tasks.t is failing randomly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: victor at tuxayo.net QA Contact: testopia at bugs.koha-community.org Koha_Master #1697 koha_1 | /usr/local/share/perl/5.28.1/Selenium/Remote/Driver.pm:1340 in (eval) koha_1 | /kohadevbox/koha/t/lib/Selenium.pm:165 in Selenium::Remote::Driver::find_element koha_1 | t/db_dependent/selenium/administration_tasks.t:188 in t::lib::Selenium::click koha_1 | selenium_1 | 1624989981543 Marionette INFO Stopped listening on port 43585 selenium_1 | 18:06:22.136 INFO [ActiveSessions$1.onStop] - Removing session ee327494-5e3c-4809-aa8c-51d0c0df60b2 (org.openqa.selenium.firefox.GeckoDriverService) koha_1 | Error while executing command: no such element: Unable to locate element: //div[@id="container-main"]//a[contains(@href, "/admin/admin-home.pl")] at /usr/local/share/perl/5.28.1/Selenium/Remote/Driver.pm line 411. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 05:10:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 03:10:56 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com Status|NEW |ASSIGNED Assignee|chris at bigballofwax.co.nz |victor at tuxayo.net --- Comment #1 from Victor Grousset/tuxayo --- I can reproduce. I'm trying stuff like adding finds before so it waits for an element to be here before continuing. But haven't found yet something that actually works when retrying a lot of times. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 05:17:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 03:17:00 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 05:17:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 03:17:05 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120147|0 |1 is obsolete| | --- Comment #13 from Agustín Moyano --- Created attachment 122522 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122522&action=edit Bug 27946: Add article request fee feature This patch adds the ability to charge a fee for article scan requests. To test: 1. apply patches 2. updatedatabase 3. restart_all 4. enable ArticleRequest in preferences 5. grab a patron category and set a fee for article requests 6. grab a patron of that category (patron a) and another fron different category (patron b) 7. place an article request for both patrons SUCCESS => only for patron a, a warning is displayed saying a fee will be charged 8. check the account for both patrons SUCCESS => only for patron a there is a debit of type ARTICLE_REQUEST 9. cancel the article request for patron a SUCCESS => the debit for patron a gets canceled 10. repeat step 7 only for patron a 11. change article request fee for the patron a's category 12. repeat step 10 13. check account for patron a SUCCESS => there are 2 debits with different amount of typ ARTICLE_REQUEST 14. cancel only one article request SUCCESS => only the corresponding debit gets canceled 15. prove t/db_dependent/ArticleRequests.t -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 05:19:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 03:19:22 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #14 from Agustín Moyano --- (In reply to Marcel de Rooy from comment #12) > Some of these 5 points justify a status change here now. Hi Marcel, I addressed points 1 to 4. The 5th, even though I agree there should be a limit, I believe is out of scope, and should be done in a different bug. Cheers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 06:37:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 04:37:31 +0000 Subject: [Koha-bugs] [Bug 28648] New: Add a counter variable to marc modification template field value Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28648 Bug ID: 28648 Summary: Add a counter variable to marc modification template field value Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: pasi.kallinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org Marc modification templates currently support two placeholders in the field value: __CURRENTDATE__ and __BRANCHCODE__. It would be useful (for eg. renumbering or adding barcodes) to have a __COUNTER__ (which would count from 1 up to how many records are being modified in the batch) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:22:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:22:22 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:22:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:22:26 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122519|0 |1 is obsolete| | --- Comment #22 from Marcel de Rooy --- Created attachment 122523 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122523&action=edit Bug 27948: Add disclaimer to article request If ArticleRequestsDisclaimerText news is set, a disclaimer text will appear before an article request can be made To test: 1. apply patches 2. enable ArticleRequest syspref 3. in OPAC place an article request for a patron CHECK => No disclaimer text should appear before placing article request 4. add a text in ArticleRequestsDisclaimerText news 5. repeat step 3 SUCCESS => A disclaimer text is shown before you can place an article request Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:22:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:22:30 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122520|0 |1 is obsolete| | --- Comment #23 from Marcel de Rooy --- Created attachment 122524 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122524&action=edit Bug 27948: (follow-up) Use Koha.news and PROCESS koha_news_block to bring disclaimer Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:22:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:22:34 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #24 from Marcel de Rooy --- Created attachment 122525 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122525&action=edit Bug 27948: (QA follow-up) Remove unused $disclaimer code Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:35:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:35:29 +0000 Subject: [Koha-bugs] [Bug 28649] New: Add cache to GetAuthorisedValueDesc Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28649 Bug ID: 28649 Summary: Add cache to GetAuthorisedValueDesc Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org C4::Biblio::GetAuthorisedValueDesc() is used in many places. In C4::XSLT::transformMARCXML4XSLT() for example it will convert all subfields defined with an authorised value category. For better performance, add cache to this function. It will improve a lot when there are a lot of items with same value in branch, location, ccode, ... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 08:52:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 06:52:42 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #25 from Marcel de Rooy --- Actually, seeing a minor bug: +[% SET disclaimer = KohaNews.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => branchcode ) %] Just as I did, you expected branchcode here already filled just like lang is. But unfortunately branchcode is empty. Which results in getting the All branches disclaimer only. I dont consider this as a blocker here, and I suspect that a few other calls of KohaNews.get suffer from the same assumption. So we should probably fill branchcode in Auth.pm like lang in Templates. Opening a new report for this. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:00:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:00:39 +0000 Subject: [Koha-bugs] [Bug 28650] New: Assumed branchcode variable appears to be empty Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 Bug ID: 28650 Summary: Assumed branchcode variable appears to be empty Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Found on bug 27948, but it occurs more often. We expect the variable branchcode in the template just like e.g. the lang variable. And we use it in a call to KohaNews.get. Example from opac-suggestions template: [% SET opacsuggestion = KohaNews.get( location => "OpacSuggestioninstructions", lang => lang, library => branchcode ) %] But unfortunately we do not have a general branchcode variable. So what we get is the All branches output, not the branch one. Should we fill branchcode in Auth.pm? Or call Branches.GetLoggedInBranchcode in the template? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:01:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:01:07 +0000 Subject: [Koha-bugs] [Bug 28650] Assumed branchcode variable appears to be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 --- Comment #1 from Marcel de Rooy --- Some spots to consider: git grep "KohaNews.get" Koha/Template/Plugin/KohaNews.pm:[% KohaNews.get() %] Koha/Template/Plugin/KohaNews.pm:the following TT code: [% KohaNews.get() %] koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sci.inc:[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-sco.inc:[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc:[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc:[% SET OpacCustomSearch = KohaNews.get( location => "OpacCustomSearch", lang => lang, library => branchcode, blocktitle => 0 ) %] koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc:[% SET OpacLoginInstructions = KohaNews.get( location => "OpacLoginInstructions", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc:[% SET opaccredits = KohaNews.get( location => "opaccredits", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt:[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt:[% SET OpacLoginInstructions = KohaNews.get( location => "OpacLoginInstructions", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt:[% SET OpacNavRight = KohaNews.get( location => "OpacNavRight", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt:[% SET OpacMainUserBlock = KohaNews.get( location => "OpacMainUserBlock", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt:[% SET OpacLoginInstructions = KohaNews.get( location => "OpacLoginInstructions", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-registration-confirmation.tt:[% SET OpacNavRight = KohaNews.get( location => "OpacNavRight", lang => news_lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt:[% SET disclaimer = KohaNews.get( location => "ArticleRequestsDisclaimerText", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt:[% SET opacsuggestion = KohaNews.get( location => "OpacSuggestioninstructions", lang => lang, library => branchcode ) %] koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt:[% SET OpacHeader = KohaNews.get( location => "opacheader", lang => lang, library => branchcode, blocktitle => 0 ) %] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:07:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:07:25 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #26 from Marcel de Rooy --- Created attachment 122526 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122526&action=edit Bug 27948: (QA follow-up) Correct empty branchcode Let us just fix it here and leave the rest to bug 28650. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:08:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:08:02 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28650 --- Comment #27 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #25) > I dont consider this as a blocker here, and I suspect that a few other calls > of KohaNews.get suffer from the same assumption. So we should probably fill > branchcode in Auth.pm like lang in Templates. > Opening a new report for this. See bug 28650 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:08:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:08:02 +0000 Subject: [Koha-bugs] [Bug 28650] Assumed branchcode variable appears to be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27948 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:09:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:09:05 +0000 Subject: [Koha-bugs] [Bug 28650] Assumed branchcode variable appears to be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 --- Comment #2 from Marcel de Rooy --- Decided to fix the call in koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-request-article.tt (bug 27948) by calling GetBranches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:14:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:14:34 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #28 from Marcel de Rooy --- Agustin: When you have an All branches and a branch specific one, they are both listed directly following each other. An OPAC user would not know that they actually are two separate messages. Staff should be aware of that in order to prevent misunderstandings. No blocker. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:16:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:16:54 +0000 Subject: [Koha-bugs] [Bug 28651] New: Automatic renewal don't send out notice if status "On hold" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28651 Bug ID: 28651 Summary: Automatic renewal don't send out notice if status "On hold" Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: somesecretemail at mailinator.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com It seems like the cron job automatic_renewals does't create notices if the biblio is on hold by another patron. These are the steps to reproduce the bug: 1. Set date_due to current date on an issue 2. Place a hold on the biblio related to the issue 3. Run cron job automatic_renewals.pl --send-notices -c -v 4. Note feedback in terminal "Issue id: xx for borrower: xx and item: xx will not be renewed. (on_reserve)" 5. Click "Notices" on the patron which is related to the issue. Result: List lacks notice informing patron about the issue not been renewed. Expected result: Notices list containing a notice about the issue not been renewed. I tried removing the hold och rerunning the auto renew cron job. Then the issue is renewed and the notice is created correctly, so it's not a general bug in the automatic renewals functionality. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:17:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:17:32 +0000 Subject: [Koha-bugs] [Bug 28651] Automatic renewal don't send out notice if status "On hold" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28651 Stefan Norinder changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |major Priority|P5 - low |P3 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:26:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:26:01 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 --- Comment #25 from Mark Hofstetter --- Created attachment 122527 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122527&action=edit THIS IS NOT A BUGFIX JUST A PROVE OF CONCEPT just run t/patron-object-hook.t and see what happens to make this work properly something like https://metacpan.org/pod/Module::Pluggable should be used to find & include the plugins Signed-off-by: Mark Hofstetter -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:29:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:29:38 +0000 Subject: [Koha-bugs] [Bug 28652] New: Enforce maximum on article request charges Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28652 Bug ID: 28652 Summary: Enforce maximum on article request charges Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Just like we enforce a maximum charge for fines, rentals etc. we should not allow article request charges to pile up unlimited. See also bug 27946. Compare: maxoutstanding, OPACFineNoRenewals, MaxFine, noissuescharge, RentalsInNoissuesCharge. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:29:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:29:49 +0000 Subject: [Koha-bugs] [Bug 28652] Enforce maximum on article request charges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28652 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |27946 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 [Bug 27946] Add a charge per article request to patron categories configuration -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:29:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:29:49 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28652 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28652 [Bug 28652] Enforce maximum on article request charges -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:30:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:30:42 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #15 from Marcel de Rooy --- (In reply to Agustín Moyano from comment #14) > Hi Marcel, I addressed points 1 to 4. Great! Thx > The 5th, even though I agree there > should be a limit, I believe is out of scope, and should be done in a > different bug. I could at least open a new report for that one. Bug 28652. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:31:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:31:38 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #26 from Mark Hofstetter --- " Hook::LexWrap is also black magic. Perl lets a person do all kinds of wild things, but it reminds me of Jurassic Park: "Your scientists were so preoccupied with whether or not they could, they didn​'t stop to think if they should." " As I've got a background in biochemistry I am huge fan of tinkering with old (genetic) code Hook::LexWrap is widely used (and written by Damien), so it's not too bad please have a look at it, if the idea makes sense for you I'll make it pluggable (probably with something like Module::Pluggable) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:49:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:49:31 +0000 Subject: [Koha-bugs] [Bug 28653] New: Sorting loans by due date doesn't work after renewing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653 Bug ID: 28653 Summary: Sorting loans by due date doesn't work after renewing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: emmi.takkinen at koha-suomi.fi QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com On patrons check out or details page, after renewing loans they don't sort correctly when clicking on "Date due" tab. Page has to be reloaded so that sorting works. To test: 1. Add 3 loans for patron. 2. Change date dues so you they are e.g. 07/01, 07/02, 07/04 3. Make sure you have renewal period set e.g. 5 days and check your RenewalPeriodBase syspref (I use current date there) 4. Renew loan with date due on 07/01, it should now be 07/07 3. Sort loans by date due => Note that order from top to bottom is 07/04->07/02->07/07 or 07/07->07/02->07/04, not 07/02->07/04->07/07 as one would assumme. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:52:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:52:06 +0000 Subject: [Koha-bugs] [Bug 28649] Add cache to GetAuthorisedValueDesc In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28649 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #1 from Fridolin Somers --- Forget about it, found Bug 28371 *** This bug has been marked as a duplicate of bug 28371 *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 09:52:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 07:52:06 +0000 Subject: [Koha-bugs] [Bug 28371] Improve performance of XSLTParse4Display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28371 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #8 from Fridolin Somers --- *** Bug 28649 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:09:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:09:30 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 --- Comment #24 from Martin Renvoize --- Created attachment 122528 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122528&action=edit Bug 15156: [ALT] Add filter_by_amount_owed that's chainable This patch acts as an alternative here. We pull out the code from bug 11983 and extend it to support filtering of debts by branchcode and debit_type. The advantage of this approach is that we can add the filter into the middle of a search chain to filter down an pre-existing search. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:12:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:12:12 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 Mason James changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj at kohaaloha.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:12:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:12:55 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 --- Comment #25 from Martin Renvoize --- I've love to get peoples thoughts on my alternative implimentation.. I've split out the relevant code I wrote for bug 11983 so we don't have to rely on that entire bug working it's way through. It still needs a couple more tests adding to prove the branchcode/debit_type refinement. I think it's really beneficial to be able to chain this.. I can see a really clear use case for needing to filter to those patrons visible to the user prior to using this function...? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:21:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:21:25 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120144|0 |1 is obsolete| | Attachment #120146|0 |1 is obsolete| | --- Comment #16 from Marcel de Rooy --- Created attachment 122529 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122529&action=edit Bug 27946: Add tests Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:21:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:21:29 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120145|0 |1 is obsolete| | --- Comment #17 from Marcel de Rooy --- Created attachment 122530 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122530&action=edit Bug 27946: Add article_request_fee to categories table and ARTICLE_REQUEST account debit type Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:21:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:21:32 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122522|0 |1 is obsolete| | --- Comment #18 from Marcel de Rooy --- Created attachment 122531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122531&action=edit Bug 27946: Add article request fee feature This patch adds the ability to charge a fee for article scan requests. To test: 1. apply patches 2. updatedatabase 3. restart_all 4. enable ArticleRequest in preferences 5. grab a patron category and set a fee for article requests 6. grab a patron of that category (patron a) and another fron different category (patron b) 7. place an article request for both patrons SUCCESS => only for patron a, a warning is displayed saying a fee will be charged 8. check the account for both patrons SUCCESS => only for patron a there is a debit of type ARTICLE_REQUEST 9. cancel the article request for patron a SUCCESS => the debit for patron a gets canceled 10. repeat step 7 only for patron a 11. change article request fee for the patron a's category 12. repeat step 10 13. check account for patron a SUCCESS => there are 2 debits with different amount of typ ARTICLE_REQUEST 14. cancel only one article request SUCCESS => only the corresponding debit gets canceled 15. prove t/db_dependent/ArticleRequests.t Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:21:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:21:36 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #19 from Marcel de Rooy --- Created attachment 122532 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122532&action=edit Bug 27946: [DO NOT PUSH] Update DBIx schema -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:21:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:21:58 +0000 Subject: [Koha-bugs] [Bug 28651] Automatic renewal don't send out notice if status "On hold" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28651 --- Comment #1 from Stefan Norinder --- After I simplified the template the notice was created, so probably not a bug after all. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:22:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:22:51 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:23:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:23:13 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:25:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:25:52 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #20 from Marcel de Rooy --- Martin: Are you happy with the way this patch deals with the cancellation as to the accounts handling? Testing amountoutstanding and choosing line->cancel or account->add_credit? Balance wise, it works fine. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:33:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:33:47 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #30 from Marcel de Rooy --- QAing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:34:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:34:19 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #31 from Marcel de Rooy --- FAIL opac/opac-shelves.pl FAIL critic # Variables::ProhibitConditionalDeclarations: Got 1 violation(s). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:34:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:34:36 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #32 from Marcel de Rooy --- FAIL t/db_dependent/Virtualshelves.t OK critic FAIL forbidden patterns forbidden pattern: Do not assume male gender, use they/them instead (bug 18432) (line 384) forbidden pattern: Do not assume male gender, use they/them instead (bug 18432) (line 389) forbidden pattern: Do not assume male gender, use they/them instead (bug 18432) (line 394) forbidden pattern: Do not assume male gender, use they/them instead (bug 18432) (line 399) forbidden pattern: Do not assume male gender, use they/them instead (bug 18432) (line 404) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:44:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:44:54 +0000 Subject: [Koha-bugs] [Bug 28472] UpdateItemLocationOnCheckin not updating items where location is null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472 Andreas Roussos changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |a.roussos at dataly.gr |ity.org | Status|NEW |ASSIGNED CC| |a.roussos at dataly.gr -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:49:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:49:27 +0000 Subject: [Koha-bugs] [Bug 28651] Automatic renewal don't send out notice if status "On hold" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28651 --- Comment #2 from Stefan Norinder --- No, now I have to withdraw my withdrawal. The initial behavior is back even with the simplified template. It would be interesting if someone else could look into this, because I becoming increasingly confused. Sorry for the fuss. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 10:56:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 08:56:56 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #33 from Marcel de Rooy --- Anonymous OPAC user Can't call method "userid" on an undefined value at /usr/share/koha/Koha/Virtualshelf.pm line 253 Surely, I do not like that :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:08:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:08:22 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #34 from Marcel de Rooy --- diff --git a/Koha/Schema/Result/Letter.pm b/Koha/Schema/Result/Letter.pm index 613c4d9b27..b5627b9674 100644 --- a/Koha/Schema/Result/Letter.pm +++ b/Koha/Schema/Result/Letter.pm @@ -29,8 +29,6 @@ __PACKAGE__->table("letter"); is_auto_increment: 1 is_nullable: 0 -primary key identifier - =head2 module data_type: 'varchar' @@ -217,8 +215,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-02-11 12:33:50 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qqdTVEicMu5rHppY5qsEuA +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2021-04-09 22:58:34 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2QkUwMWgZ9WfOk9Ngf7yFA Dont ever do these things in a regular patch ! Please move such changes to separate patches. In this case I wonder what you are doing.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:14:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:14:03 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #35 from Marcel de Rooy --- Line 190 Koha::Patrons->find( $borrowernumber )->can_patron_change_staff_only_lists ) Line 213 Koha::Patrons->find( $borrowernumber )->can_patron_change_staff_only_lists Wonder if we could have a crash here too? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:16:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:16:13 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #36 from Marcel de Rooy --- @@ -267,4 +270,3 @@ sub _type { return 'Virtualshelve'; } -1; Never never do this! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:18:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:18:03 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #37 from Marcel de Rooy --- Virtualshelves + if ( Koha::Patrons->find( $borrowernumber )->can_patron_change_staff_only_lists ) { Could this crash? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:19:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:19:11 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #38 from Marcel de Rooy --- +++ b/Koha/Virtualshelves.pm +use C4::Auth; + Out of the blue? Why are you adding it ?? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:24:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:24:58 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:25:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:25:03 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #39 from Marcel de Rooy --- Created attachment 122533 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122533&action=edit Bug 26364: (QA follow-up) Do not crash on anonymous OPAC user Seriously! Can't call method "userid" on an undefined value at /usr/share/koha/Koha/Virtualshelf.pm line 253 Trivial fix. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:27:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:27:03 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #40 from Marcel de Rooy --- Sorry but there is really too much to fix on this small patch set to get it further now. Including serious errors like removing a true value, adding DBIx changes in a patch, using modules unrelated. Please carefully adjust ! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 11:32:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 09:32:47 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #41 from Marcel de Rooy --- And still forgot: The Staff only permission has no actual effect while this list is strictly private. => Should we not allow that change then ? CHECK Handling 0 and NULL in column allow_change_from_staff I saw in my table a NULL and a zero there. Probably existing/new rec. This is a bit teasing: But I cannot add an item to a public list from another staff member. But I can edit the list, change the 'Allow', add or delete items, and undo Allow. Just noting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 12:02:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 10:02:12 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122528|0 |1 is obsolete| | --- Comment #26 from Martin Renvoize --- Created attachment 122534 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122534&action=edit Bug 15156: [ALT] Add filter_by_amount_owed that's chainable This patch acts as an alternative here. We pull out the code from bug 11983 and extend it to support filtering of debts by branchcode and debit_type. The advantage of this approach is that we can add the filter into the middle of a search chain to filter down an pre-existing search. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 12:02:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 10:02:47 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 --- Comment #27 from Martin Renvoize --- Tests added -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:03:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:03:57 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Signed Off --- Comment #27 from Kyle M Hall --- (In reply to Mark Hofstetter from comment #26) > " > Hook::LexWrap is also black magic. Perl lets a person do all kinds of wild > things, but it reminds me of Jurassic Park: "Your scientists were so > preoccupied with whether or not they could, they didn​'t stop to think if > they should." > " > > As I've got a background in biochemistry I am huge fan of tinkering with old > (genetic) code > > Hook::LexWrap is widely used (and written by Damien), so it's not too bad > > please have a look at it, if the idea makes sense for you I'll make it > pluggable (probably with something like Module::Pluggable) Mark, this is not the right place to put your patch. Can you please open a new b ug report and put it there? Thanks! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:04:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:04:10 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122527|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:06:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:06:30 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 --- Comment #28 from Kyle M Hall --- (In reply to Kyle M Hall from comment #27) > (In reply to Mark Hofstetter from comment #26) > > " > > Hook::LexWrap is also black magic. Perl lets a person do all kinds of wild > > things, but it reminds me of Jurassic Park: "Your scientists were so > > preoccupied with whether or not they could, they didn​'t stop to think if > > they should." > > " > > > > As I've got a background in biochemistry I am huge fan of tinkering with old > > (genetic) code > > > > Hook::LexWrap is widely used (and written by Damien), so it's not too bad > > > > please have a look at it, if the idea makes sense for you I'll make it > > pluggable (probably with something like Module::Pluggable) > > Mark, this is not the right place to put your patch. Can you please open a > new b ug report and put it there? Thanks! And please add me on that bug! This idea is very interesting but definitely warrants discussion on its own bug. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:13:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:13:48 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122033|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:13:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:13:59 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122034|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:14:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:14:12 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122533|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:14:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:14:54 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #42 from Alex Buckley --- Created attachment 122535 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122535&action=edit Bug 26346: Database changes - Adds allow_change_from_staff to virtualshelves table Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:14:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:14:56 +0000 Subject: [Koha-bugs] [Bug 28344] One should be able to issue refunds against payments that have already been cashed up. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28344 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:15:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:15:18 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #43 from Alex Buckley --- Created attachment 122536 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122536&action=edit Bug 26346: Updated schema file Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:15:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:15:40 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #44 from Alex Buckley --- Created attachment 122537 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122537&action=edit Bug 26346: Add option to make public lists editable by all staff If a staff member has access to the staff client (either because 'catalogue' permission is enabled or they're a superlibrarian then that user can add items (from OPAC or staff client) to a list marked 'Staff only' Test plan: 1. In the staff client go to: Lists > 'New list'. Notice under 'Allow changes to contents from' there are three options: Nobody, Owner only, Anyone seeing this list 2. Apply first 3 patches and run updatedatabase.pl cd installer/data/mysql sudo koha-shell ./updatedatabase.pl 3. Restart memcached and plack 4. Create a public list and select the new 'Staff only' option under 'Allow changes to contents from' 5. Log out of the staff client and log back in as a different user with the 'Staff access, allows viewing of catalogue in staff interface (catalogue)' permission enabled. 6. Navigate to the Lists module, and click on the name of the list you created in #5 7. Select 'Add items' and enter an item barcode and submit 8. Notice the item has been added to the list 9. Search the catalogue in the staff client. Confirm you can add to the list you created in #5 from both the search result page and biblio record detail page 10. Confirm you can remove items from the list in the OPAC and staff client 11. Login to the OPAC as the same user as #5 12. Perform an OPAC search, Select 'Save to lists' under a biblio record, choose the list from #4 in 'Select a list' and save 13. Confirm in the staff client that the record from #11 has been added to the list 14. Logout of OPAC and login again as a user which does not have 'Staff access, allows viewing of catalogue in staff interface (catalogue)' or superlibrarian enabled 15. Do a OPAC search, hit 'Save to lists' and notice you cannot add the record to the list from #4 16. Run Patron.t and Virtualshelves.t unit tests: sudo koha-shell prove t/db_dependent/Koha/Patron.t prove t/db_dependent/Virtualshelves.t 17. Login to the staff client as the same user as #5 18. Create a new list in the staff client, select 'Category'='Private', 'Allow changes to contents from'='Staff only' 19. Notice 'The Staff only permission has no actual effect while this list is strictly private' message hint is displayed 20. Change 'Category'='Public' and notice the hint is removed 21. Switch back to 'Category'='Private' and 'Allow changes to contents from'='Anyone' 22. Notice the 'The Anyone permission has no actual effect while this list is strictly private.' is displayed 23. Repeat steps 18-22 in the OPAC 24. Create a 'staff only' list in the OPAC and then login as a different user with 'Staff access, allows viewing of catalogue in staff interface (catalogue)' permission enabled. Confirm you are able to add items to this new 'staff only' list. 25. Confirm that the 'Staff only' option is not available to patrons with no special permissions when creating lists in the OPAC Sponsored-by: Horowhenua District Council, New Zealand Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:16:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:16:06 +0000 Subject: [Koha-bugs] [Bug 21286] Advanced search for Corporate-name creates Zebra errors In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21286 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | CC| |kyle at bywatersolutions.com --- Comment #12 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:16:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:16:57 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #45 from Alex Buckley --- Created attachment 122538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122538&action=edit Bug 26346: Add edit_public_lists sub-permission enabling patrons to switch 'owner only' public lists (which they're not the owners of) to 'staff only' lists The first patch on bug 26346 only allowed owners of existing 'owner only' public lists switch those lists to be 'Staff only'. This patch will allow other patrons with the 'edit_public_lists' sub-permission to also make this change. Test plan: 1. Apply the first 26346 patch and follow it's test plan 2. Apply this patch 3. Apply database changes: cd installer/data/mysql sudo koha-shell ./updatedatabase.pl 4. Restart memcached and plack 5. Login to the staff client. Create an 'owner only' public list 6. Create another patron record. Tick the following two permissions: * "Staff access, allows viewing of catalogue in staff interface (catalogue) Required for staff login." permission * Lists > "Edit public lists (edit_public_lists)" sub-permission 7. Logout of the staff client, and login as the user from step #6 8. Navigate to the Lists module, click 'Edit' on the 'owner only' list 9. Confirm you can change the 'Allow changes to contents from:' option to 'Staff only' 10. Confirm you can now add items to this 'staff only' list 11. Login to the OPAC as the patron from step #5 12. Create a 'owner only' public list 13. Logout of OPAC, and login as the patron from step #6 14. Navigate to public lists in the OPAC and edit the OPAC created 'owner only' public list from step # 15. Confirm you can change the 'Allow changes to contents from:" option to 'Staff only' 16. Confirm you can now add items to this 'staff only' list 17. Run Virtualshelves.t unit test: sudo koha-shell prove t/db_dependent/Virtualshelves.t Sponsored-by: Catalyst IT Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:17:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:17:26 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #46 from Alex Buckley --- Created attachment 122539 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122539&action=edit Bug 26364: (QA follow-up) Do not crash on anonymous OPAC user Seriously! Can't call method "userid" on an undefined value at /usr/share/koha/Koha/Virtualshelf.pm line 253 Trivial fix. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:18:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:18:03 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #47 from Alex Buckley --- Created attachment 122540 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122540&action=edit Bug 26346: (follow-up) Fixes in response to QA Fixes for the following comments on bug report 26346: 1. Comment #31 2. Comment #32 3. Comment #35 4. Comment #36 5. Comment #37 6. Comment #38 Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:20:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:20:16 +0000 Subject: [Koha-bugs] [Bug 28422] OPAC MARC detail view doesn't correctly evaluate holdability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28422 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #7 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:34:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:34:48 +0000 Subject: [Koha-bugs] [Bug 28472] UpdateItemLocationOnCheckin not updating items where location is null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472 Andreas Roussos changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:34:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:34:51 +0000 Subject: [Koha-bugs] [Bug 28472] UpdateItemLocationOnCheckin not updating items where location is null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472 --- Comment #2 from Andreas Roussos --- Created attachment 122541 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122541&action=edit Bug 28472: handle items with NULL shelving location The UpdateItemLocationOnCheckin System Preference can be set to update the location of ALL items during check in, regardless of their shelving location. However, this does not currently work 100% as it is excluding items with no shelving location (i.e. value of NULL in the corresponding database field). This patch, based on the comment made by Nick Clemens, fixes that. Test plan (based on the original Bug Description by Andrew Fuerste-Henry): 1) Have a shelving location CART 2) In UpdateItemLocationOnCheckin, enter "_ALL_: CART" (without the quotes) 3) Check in an item that has a shelving location, confirm it changes to CART 4) Check in an item with a NULL shelving location, confirm it doesn't go to CART 5) Apply this patch 6) Repeat step 4): this time the item should move to the CART shelving location -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:43:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:43:27 +0000 Subject: [Koha-bugs] [Bug 28511] Road types in OPAC should prefer OPAC description if one exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28511 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |kyle at bywatersolutions.com Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:52:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:52:38 +0000 Subject: [Koha-bugs] [Bug 28655] New: new ideas/proposal to enhance pluggability Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 Bug ID: 28655 Summary: new ideas/proposal to enhance pluggability Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Plugin architecture Assignee: koha-bugs at lists.koha-community.org Reporter: koha at trust-box.at QA Contact: testopia at bugs.koha-community.org see discussion to 28026 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:53:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:53:49 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #29 from Marcel de Rooy --- # Subtest: call_recursive() tests 1..6 ok 1 - Got back one element not ok 2 - Got expected response # Failed test 'Got expected response' # at t/db_dependent/Koha/Plugins/Plugins.t line 97. # got: '1' # expected: '4' ok 3 - Got back one element ok 4 - Got expected response ok 5 - Got back one element ok 6 - call_recursive should return the original arguments if plugins are disabled # Looks like you failed 1 test of 6. not ok 6 - call_recursive() tests -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:54:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:54:55 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #1 from Mark Hofstetter --- Created attachment 122542 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122542&action=edit see 28026 THIS IS NOT A BUGFIX JUST A PROVE OF CONCEPT just run t/patron-object-hook.t and see what happens to make this work properly something like https://metacpan.org/pod/Module::Pluggable should be used to find & include the plugins Signed-off-by: Mark Hofstetter https://bugs.koha-community.org/show_bug.cgi?id=28026 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:56:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:56:00 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:56:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:56:43 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #48 from Alex Buckley --- (In reply to Marcel de Rooy from comment #40 and comment #41) Hi Marcel, Thank you for QAing! - Comments #31, #32, #35, #36, #37, #38 (which was an accident- apologies!) should hopefully be addressed by the 'Bug 26346: (follow-up) Fixes in response to QA' patch. - Comment #34 should hopefully have been addressed by my splitting the database change + DBIx change from the 'Bug 26346: Add option to make public lists editable by all staff' patch out into two separate patches. Note: The change to Letter.pm you noted in comment #34 was also incorrectly committed and is not in the new 'Bug 26346: Updated schema file' patch. Regarding comment #41: 1. I can certainly add that, however, my thoughts on this are: If a list is private I would have thought it was expected that other staff members couldn't see/edit/delete it. Thereby making it justified that the Staff only permission has not effect while the list is private. What do you think? 2. Existing lists will have allow_change_from_staff = 0 due to that being the default value of the new column - https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122535&action=diff The use of both 0 and NULL in allow_change_from_staff also happens in allow_change_from_others. This is what I observed when creating and adding items to lists: * When creating a public 'anyone seeing this list' list allow_change_from_staff = NULL. When I add an item to the list then allow_change_from_staff = 0 * When creating a public 'staff only' list allow_change_from_others = NULL. When I add an item to the list then allow_change_from_others = 0 Similar behaviour exists if you test on master too: * Create a public 'owner only' list allow_change_from_others = NULL. When I add an item to the list then allow_change_from_others = 0 3. Would you mind elaborating on if this is in the staff client and/or OPAC? I haven't been able to replicate so not sure if I'm doing something wrong. Putting this in 'Needs signoff', apologies if that's the incorrect status for the bug report at this point! Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:58:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:58:03 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #28 from Marcel de Rooy --- + return $self + unless ( defined($options) + && ( $options->{less_than} || $options->{more_than} ) ); Would this raise questions if people only pass library or debit_type and get much more than expected ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 13:59:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 11:59:39 +0000 Subject: [Koha-bugs] [Bug 28026] Add a 'call_recursive' method to Koha::Plugins In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28026 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion --- Comment #30 from Mark Hofstetter --- sorry for the noise, moved the "proposal" to https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 please don't hesitate to correct/nudge me to koha community standards as I am new at commiting to this project -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:03:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:03:36 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #29 from Marcel de Rooy --- + my $group_by = + [ map { 'me.' . $_ } $self->_resultset->result_source->columns ]; + + my $attrs = { + join => 'accountlines', + group_by => $group_by, You probably dont want to group by on all patron columns, heh ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:07:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:07:46 +0000 Subject: [Koha-bugs] [Bug 28653] Sorting loans by due date doesn't work after renewing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28653 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Assignee|koha-bugs at lists.koha-commun |emmi.takkinen at koha-suomi.fi |ity.org | --- Comment #1 from Emmi Takkinen --- Created attachment 122543 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122543&action=edit Bug 28653: Add new method RefreshIssuesTable On patrons check out or details page, after renewing loans they don't sort correctly when clicking on "Date due" tab. Page has to be reloaded so that sorting works. This patch adds new method RefreshIssuesTable to checkouts.js. When loans are renewed or checked in, issues table is reloaded to and due dates are sorted correctly. To test: 1. Add 3 loans for patron. 2. Change due dates so you they are e.g. 07/01, 07/02, 07/04 3. Make sure you have renewal period set e.g. 5 days and check your RenewalPeriodBase syspref (I use current date there) 4. Renew loan with date due on 07/01, it should now be 07/07 5. Sort loans by date due => Note that order from top to bottom is 07/04->07/02->07/07 or 07/07->07/02->07/04, not 07/02->07/04->07/07 as one would assume. 6. Apply patch and repeat. => Note that issues table is reloaded ("Loading..." pop-up is displayed) and that due dates are in correct order. Sponsored-by: Koha-Suomi Oy -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:08:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:08:11 +0000 Subject: [Koha-bugs] [Bug 28630] ILSDI::AuthenticatePatron should set borrowers.lastseen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:08:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:08:14 +0000 Subject: [Koha-bugs] [Bug 28630] ILSDI::AuthenticatePatron should set borrowers.lastseen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122490|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy --- Created attachment 122544 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122544&action=edit Bug 28630: Add track_login_daily to ILSDI::AuthenticatePatron This patch adds a call to track_login_daily for the AuthenticatePatron method in ILSDI. Many libraries use this ILSDI endpoint for electron book borrowing and need to maintain the lastseen based on this type of lending. Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:08:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:08:18 +0000 Subject: [Koha-bugs] [Bug 28630] ILSDI::AuthenticatePatron should set borrowers.lastseen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122491|0 |1 is obsolete| | --- Comment #14 from Marcel de Rooy --- Created attachment 122545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122545&action=edit Bug 28630: Add unit tests Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:08:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:08:22 +0000 Subject: [Koha-bugs] [Bug 28630] ILSDI::AuthenticatePatron should set borrowers.lastseen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122492|0 |1 is obsolete| | --- Comment #15 from Marcel de Rooy --- Created attachment 122546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122546&action=edit Bug 28630: (follow-up) Update wording of syspref Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:08:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:08:46 +0000 Subject: [Koha-bugs] [Bug 28630] ILSDI::AuthenticatePatron should set borrowers.lastseen In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28630 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:09:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:09:58 +0000 Subject: [Koha-bugs] [Bug 28388] Search result set is lost when viewing the MARC plain view (opac-showmarc.pl) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28388 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:16:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:16:01 +0000 Subject: [Koha-bugs] [Bug 28472] UpdateItemLocationOnCheckin not updating items where location is null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:16:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:16:04 +0000 Subject: [Koha-bugs] [Bug 28472] UpdateItemLocationOnCheckin not updating items where location is null In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28472 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122541|0 |1 is obsolete| | --- Comment #3 from Andrew Fuerste-Henry --- Created attachment 122547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122547&action=edit Bug 28472: handle items with NULL shelving location The UpdateItemLocationOnCheckin System Preference can be set to update the location of ALL items during check in, regardless of their shelving location. However, this does not currently work 100% as it is excluding items with no shelving location (i.e. value of NULL in the corresponding database field). This patch, based on the comment made by Nick Clemens, fixes that. Test plan (based on the original Bug Description by Andrew Fuerste-Henry): 1) Have a shelving location CART 2) In UpdateItemLocationOnCheckin, enter "_ALL_: CART" (without the quotes) 3) Check in an item that has a shelving location, confirm it changes to CART 4) Check in an item with a NULL shelving location, confirm it doesn't go to CART 5) Apply this patch 6) Repeat step 4): this time the item should move to the CART shelving location Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:16:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:16:35 +0000 Subject: [Koha-bugs] [Bug 28573] Replace authority record with Z39.50/SRU creates new authority record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573 Volkan Sonmez changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvsonmez at gmail.com Version|20.11 |21.05 --- Comment #2 from Volkan Sonmez --- That is because authid parameter is missing in z3950_auth_search.tt. So authorities.pl think that this is new authority file but not modification. if you change
  • Import
  • line with
  • Import
  • in cataloguing/z3950_auth_search.tt file it will work. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:18:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:18:47 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- Last one: $schema->txn_commit unless $test_parameter; Would it be more appropriate/neat to rollback when testing here? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:21:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:21:43 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28650 CC| |m.de.rooy at rijksmuseum.nl --- Comment #3 from Marcel de Rooy --- Incidentally, stumbled over this one too this morning. Bug 28650 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:21:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:21:43 +0000 Subject: [Koha-bugs] [Bug 28650] Assumed branchcode variable appears to be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28597 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:22:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:22:10 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:22:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:22:45 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 --- Comment #4 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #3) > Incidentally, stumbled over this one too this morning. > Bug 28650 And did the same thing on bug 27948 :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:22:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:22:50 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #21 from Tomás Cohen Arazi --- (In reply to Marcel de Rooy from comment #20) > Martin: Are you happy with the way this patch deals with the cancellation as > to the accounts handling? Testing amountoutstanding and choosing > line->cancel or account->add_credit? Balance wise, it works fine. I think ->cancel is correct but cancelling has some caveats: some exceptions will be thrown if (say) the line is already offsetted (partially/fully payed, writen off, etc). Those cases lead me to think ->void would suit better, but we need to (maybe) think about possible refunds. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:23:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:23:30 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:23:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:23:33 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122178|0 |1 is obsolete| | --- Comment #5 from Marcel de Rooy --- Created attachment 122548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122548&action=edit Bug 28597: Fetch the logged in branchcode for OpacSuggestioninstructions To test: 1 - Set two news items with location 'OpacSuggestioninstructions' 2 - One should be for all libraries 3 - One should be for a specific library 4 - Sign in to opac with user from the specific library 5 - Add a suggestion 6 - The instructions only show the all libraries item 7 - Apply patch 8 - Reload 9 - All libraries and specific library items are shown 10 - Allow anonymous suggestions: AnonSuggestions - Allow 11 - Sign out of opac 12 - Add a suggestion 13 - Only all librares news is visible Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 14:28:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 12:28:41 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #22 from Marcel de Rooy --- (In reply to Tomás Cohen Arazi from comment #21) > (In reply to Marcel de Rooy from comment #20) > > Martin: Are you happy with the way this patch deals with the cancellation as > > to the accounts handling? Testing amountoutstanding and choosing > > line->cancel or account->add_credit? Balance wise, it works fine. > > I think ->cancel is correct but cancelling has some caveats: some exceptions > will be thrown if (say) the line is already offsetted (partially/fully > payed, writen off, etc). > > Those cases lead me to think ->void would suit better, but we need to > (maybe) think about possible refunds. Agustin compares amount with outstanding before calling cancel. So that should be fine, I guess. It fixes the earlier problem reported. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:04:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:04:43 +0000 Subject: [Koha-bugs] [Bug 28479] TestBuilder.pm uses incorrect method for checking if objects to be created exists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28479 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:05:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:05:50 +0000 Subject: [Koha-bugs] [Bug 28545] Noisy uninitialized warn at opac-MARCdetail.pl line 313 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28545 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:08:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:08:23 +0000 Subject: [Koha-bugs] [Bug 28582] Can't enqueue letter HASH(0x55edf1806850) at /usr/share/koha/Koha/ArticleRequest.pm line 123. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28582 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable CC| |kyle at bywatersolutions.com Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:09:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:09:57 +0000 Subject: [Koha-bugs] [Bug 28423] JavaScript error on MARC modifications page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28423 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable CC| |kyle at bywatersolutions.com --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:10:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:10:44 +0000 Subject: [Koha-bugs] [Bug 28427] Terminology: Shelf should be list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28427 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:16:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:16:06 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:16:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:16:42 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:17:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:17:51 +0000 Subject: [Koha-bugs] [Bug 14367] History for MARC records. Roll back changes on a timeline or per field. In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14367 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:18:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:18:55 +0000 Subject: [Koha-bugs] [Bug 26080] Use the task queue for the batch delete records tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26080 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:03 +0000 Subject: [Koha-bugs] [Bug 23656] Add search box to top of page on cataloguing/editor.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23656 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:10 +0000 Subject: [Koha-bugs] [Bug 27877] Accessibility: Staff Client - Reduce heading redundancy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27877 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:16 +0000 Subject: [Koha-bugs] [Bug 28608] Creating a biblio record leads to item creation even if framework has no items field In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28608 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:30 +0000 Subject: [Koha-bugs] [Bug 26340] When printing labels from a barcode range, keep zero padding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:39 +0000 Subject: [Koha-bugs] [Bug 28196] In page anchors on additem.pl don't always go to the right place In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28196 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:46 +0000 Subject: [Koha-bugs] [Bug 20206] Inventory: barcodes without or with extra leading zeroes are reported not found In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20206 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:19:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:19:53 +0000 Subject: [Koha-bugs] [Bug 28491] Field 003 in authority records not updated after import In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28491 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:20:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:20:03 +0000 Subject: [Koha-bugs] [Bug 26614] Diacritics taken into account in facet sorting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26614 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:21:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:21:26 +0000 Subject: [Koha-bugs] [Bug 27426] Plugin barcode must keep leading zeros In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27426 Eric Bégin changed: What |Removed |Added ---------------------------------------------------------------------------- CC|hakam.almotlak at inLibro.com | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:24:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:24:06 +0000 Subject: [Koha-bugs] [Bug 28522] Correct eslint errors in staff-global.js In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28522 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:25:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:25:55 +0000 Subject: [Koha-bugs] [Bug 28280] Item types configuration page doesn't use Price filter for default replacement cost and processing fee In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28280 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable --- Comment #6 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:27:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:27:14 +0000 Subject: [Koha-bugs] [Bug 28476] Update info in docs/teams.yaml file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #7 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:27:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:27:20 +0000 Subject: [Koha-bugs] [Bug 28476] Update info in docs/teams.yaml file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28476 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:28:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:28:11 +0000 Subject: [Koha-bugs] [Bug 28428] Capitalization: Password Updated In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28428 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:28:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:28:16 +0000 Subject: [Koha-bugs] [Bug 15156] Get all Borrowers with pending/unpaid fines/accountlines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15156 --- Comment #30 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #25) > I've love to get peoples thoughts on my alternative implimentation.. I've > split out the relevant code I wrote for bug 11983 so we don't have to rely > on that entire bug working it's way through. > > It still needs a couple more tests adding to prove the branchcode/debit_type > refinement. > > I think it's really beneficial to be able to chain this.. I can see a really > clear use case for needing to filter to those patrons visible to the user > prior to using this function...? I love your alternate patch. It is in line with what we've been promoting the last couple years in the codebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:29:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:29:20 +0000 Subject: [Koha-bugs] [Bug 28443] Terminology: Issuing should be Checking out In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28443 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:37:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:37:23 +0000 Subject: [Koha-bugs] [Bug 27348] Error defining INDEXER_PARAMS in /etc/default/koha-common In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27348 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable CC| |kyle at bywatersolutions.com --- Comment #13 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:38:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:38:31 +0000 Subject: [Koha-bugs] [Bug 12169] Improve reliability of sip_shutdown script In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12169 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #17 from Kyle M Hall --- Enhancement not backported to 21.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:39:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:39:35 +0000 Subject: [Koha-bugs] [Bug 26860] Add search limit for records without items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26860 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED CC| |kyle at bywatersolutions.com Resolution|--- |FIXED --- Comment #19 from Kyle M Hall --- Enhancment not backported to 21.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:40:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:40:15 +0000 Subject: [Koha-bugs] [Bug 28264] Transaction type is empty in cash register statistics wizard report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:41:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:41:13 +0000 Subject: [Koha-bugs] [Bug 28264] Transaction type is empty in cash register statistics wizard report In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28264 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.02 released in| | Status|Pushed to master |Pushed to stable --- Comment #7 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:42:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:42:05 +0000 Subject: [Koha-bugs] [Bug 28514] C4::Letters::getletter must be rewritten In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Resolution|--- |FIXED Status|Pushed to master |RESOLVED --- Comment #24 from Kyle M Hall --- Enhancement not backported to 21.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:42:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:42:06 +0000 Subject: [Koha-bugs] [Bug 15449] Move stuff to the Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15449 Bug 15449 depends on bug 28514, which changed state. Bug 28514 Summary: C4::Letters::getletter must be rewritten https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28514 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:42:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:42:38 +0000 Subject: [Koha-bugs] [Bug 15788] Split borrowers permission into create/edit and delete In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15788 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #23 from Kyle M Hall --- Enhancement not backported to 21.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:44:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:44:40 +0000 Subject: [Koha-bugs] [Bug 27600] SIP2: renew_all shouldn't perform a password check In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:45:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:45:01 +0000 Subject: [Koha-bugs] [Bug 27600] SIP2: renew_all shouldn't perform a password check In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27600 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.02 released in| | --- Comment #21 from Kyle M Hall --- Pushed to 21.05.x for 21.05.02 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:47:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:47:02 +0000 Subject: [Koha-bugs] [Bug 8280] SRU should be filterable by Koha Item Type In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8280 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com Status|Pushed to master |RESOLVED Resolution|--- |FIXED --- Comment #28 from Kyle M Hall --- Enhancement not backported to 21.05.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 15:50:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 13:50:37 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #23 from Martin Renvoize --- Comment on attachment 122531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122531 Bug 27946: Add article request fee feature Review of attachment 122531: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=27946&attachment=122531) ----------------------------------------------------------------- Generally this is looking good :) ::: Koha/ArticleRequest.pm @@ +50,4 @@ > my ($self) = @_; > > $self->status(Koha::ArticleRequest::Status::Pending); > + if(C4::Context->preference('ArticleRequests') && $self->borrower->category->article_request_fee) { I think the `C4::Context->preference('ArticleRequests')` check here is superfluous to requirements.. I would hope we are checking that the feature is enabled prior to this point and also don't think it makes sense to check them together. @@ +55,5 @@ > + { > + amount => $self->borrower->category->article_request_fee, > + user_id => C4::Context->userenv ? C4::Context->userenv->{'number'} : undef, > + interface => C4::Context->interface, > + library_id => C4::Context->userenv ? C4::Context->userenv->{'branch'} : undef, I wonder if this should default to the items home library? I presume there's no requirement, for now at least, for these charges to be library specific? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:21:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:21:56 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #24 from Martin Renvoize --- Comment on attachment 122531 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122531 Bug 27946: Add article request fee feature Review of attachment 122531: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=27946&attachment=122531) ----------------------------------------------------------------- ::: Koha/ArticleRequest.pm @@ +103,5 @@ > > $self->status(Koha::ArticleRequest::Status::Canceled); > $self->notes($notes) if $notes; > + if ( $self->debit_line_id ) { > + my $line = Koha::Account::Lines->find( $self->debit_line_id ); Hmm, having looked at this a little more closely now I've read the concerns/discussion above.. I think we may need to add some additional considerations here. a) What should happen if a fee was 'Written off' or 'Reduced' (You've taken care of 'Cancelled' by the looks). b) We could use the 'reduce' method to cover both cases and allow the passing of 'CANCELLED' credit type perhaps? I'm thinking something along the lines of ``` my $refundable = 0; if ( $line->amount != $line->amountoutstanding ) { my $refundable_offsets = Koha::Account::Offsets->search( { debit_id => $line->id, credit_id => { '!=' => undef }, # Not the debt itself type => { '!=' => [ 'Writeoff', 'Refund', 'Cancellation', 'Discount' ] }, amount => { '<' => 0 } # credits are negative on the DB ); $refundable = ( $refundable_offsets->count > 0 ) ? $credits_offsets->total * -1 # credits are negative on the DB : 0; } $refundable += $line->amountoutstanding; $line->reduce( reduction_type => REQUEST_CANCELLATION, amount => $refundable, staff_id => C4::Context->userenv ? C4::Context->userenv->{'number'} : undef, interface => C4::Context->interface, branchcode => C4::Context->userenv ? C4::Context->userenv->{'branch'} : undef ); } ``` -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:41:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:41:11 +0000 Subject: [Koha-bugs] [Bug 28656] New: Cancellations should be allowed on paid/partially paid debts Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Bug ID: 28656 Summary: Cancellations should be allowed on paid/partially paid debts Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org It would be helpful to be able to still cancel a debt, even if it's already been partially or fully paid or written off. If we update the method to allow this case, we can then use it internally for the refund of lost items found debts and other such use cases... see bug 27946 for such a case. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:41:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:41:30 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27946 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:41:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:41:30 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28656 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:41:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:41:43 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22435 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 [Bug 22435] account_offset types should be codes not descriptions -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:41:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:41:43 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28656 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 [Bug 28656] Cancellations should be allowed on paid/partially paid debts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:42:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:42:38 +0000 Subject: [Koha-bugs] [Bug 27943] MARC21 authorities not support 7XX on display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27943 George Veranis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff Patch complexity|--- |Medium patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:42:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:42:41 +0000 Subject: [Koha-bugs] [Bug 27943] MARC21 authorities not support 7XX on display In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27943 --- Comment #1 from George Veranis --- Created attachment 122549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122549&action=edit Bug 27943: add support for 7XX equal terms on authorities marc21 display Currently when a MARC21 authority has 7XX field they do not display on authority search result page. 7XX is equal term of 1XX based on LC rules. Applying this patch will enable that feature, which is important for non latin catalogues. Test plan: 1) Add a new authority with 1XX and 7XX fields. 2) Try to search that authority and check if 7XX values are displayed 3) Apply this patch 4) Try to search that authority and you will see that 7XX values are displayed like "1XX = 7XX" Sponsored-by: Keratsini-Drapetsona Municipal Library, Greece Mentored-by: Andreas Roussos -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:43:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:43:09 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:43:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:43:09 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|28656 | Depends on| |28656 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 [Bug 28656] Cancellations should be allowed on paid/partially paid debts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 16:45:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 14:45:50 +0000 Subject: [Koha-bugs] [Bug 25015] Staff with Edit Items permission Currently Can Not Edit Items attached to a Fast Add Framework In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25015 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #2 from Andrew Fuerste-Henry --- Still true on master as of 7/2/21. This is not correct. Someone with Edit Items should be able to edit items on a Fast Add bib regardless of whether or not they have fast_cataloging permission. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:08:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:08:18 +0000 Subject: [Koha-bugs] [Bug 26282] Allow staff to decide if a hold cancellation notice will be sent when cancelling a hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26282 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:08:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:08:23 +0000 Subject: [Koha-bugs] [Bug 26282] Allow staff to decide if a hold cancellation notice will be sent when cancelling a hold In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26282 --- Comment #78 from Kyle M Hall --- Created attachment 122550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122550&action=edit Bug 26282: Update Holds to pull -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:12:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:12:58 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #1 from Martin Renvoize --- Created attachment 122551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122551&action=edit Bug 28656: Update the cancel method for paid debts This patch updates the cancel method to allow cancellation of debts that have been partially or fully paid off. Payments will be included in the cancellation amount allowing for later use as credit. Discounts, Writeoffs and Refunds are excluded from the cancellation amount. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:17:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:17:43 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #2 from Martin Renvoize --- Initial concept attached.. tests need updating, as do existing callers. I think we could certainly start by using this in the trigger in Koha::Item for when a lost item is found. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:22:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:22:44 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #25 from Martin Renvoize --- Created attachment 122552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122552&action=edit Bug 27946: (follow-up) Use bug 28656 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:24:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:24:07 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #26 from Martin Renvoize --- As discussed with Tomas, follow-up attached that uses some updates to the 'cancel' method as detailed in bug 22435 that makes this process of refunding simpler. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:25:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:25:44 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:25:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:25:52 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122272|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:00 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122273|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:07 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122274|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:16 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122256|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:22 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122257|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:33 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122258|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:42 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122259|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:48 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122260|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:26:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:26:57 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122261|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:05 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122262|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:14 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122263|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:31 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122264|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:44 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122265|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:51 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122266|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:27:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:27:59 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122267|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:28:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:28:10 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122268|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:28:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:28:18 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122269|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:28:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:28:25 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122270|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:28:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:28:32 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122271|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:30:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:30:58 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #148 from Tomás Cohen Arazi --- Created attachment 122553 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122553&action=edit Bug 22435: Update CREATE offset types Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:31:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:31:11 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #149 from Tomás Cohen Arazi --- Created attachment 122554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122554&action=edit Bug 22435: Use 'CREATE' offset type in Koha::Account This patch updates the Koha::Account methods for adding debits and credits to use the 'CREATE' offset type for the creation record. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:31:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:31:21 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #150 from Tomás Cohen Arazi --- Created attachment 122555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122555&action=edit Bug 22435: Use 'CREATE' offset type in Koha::Account::Line This patch updates the Koha::Account::Line methods that result in new account lines to use the 'CREATE' offset type for the creation record. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:31:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:31:32 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #151 from Tomás Cohen Arazi --- Created attachment 122556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122556&action=edit Bug 22435: Add 'APPLY' to account_offset_types Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:31:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:31:44 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #152 from Tomás Cohen Arazi --- Created attachment 122557 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122557&action=edit Bug 22435: ->apply() should always use 'APPLY' for offset_type Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:31:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:31:58 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #153 from Tomás Cohen Arazi --- Created attachment 122558 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122558&action=edit Bug 22435: Update unit tests This patch updates the unit tests to reflect the changes we have made to offset types. We do two things: 1) Clean up calls to 'apply' to drop passing offset_type 2) Update test code to look for APPLY and CREATE instead of specific offset types. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:32:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:32:08 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #154 from Tomás Cohen Arazi --- Created attachment 122559 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122559&action=edit Bug 22435: Fix CREATE offset amounts Updateing the tests highlighted a mistake in the original code.. the offsets for the cancel and reduce creation lines were incorrectly signed. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:32:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:32:21 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #155 from Tomás Cohen Arazi --- Created attachment 122560 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122560&action=edit Bug 22435: Fix _set_found_trigger The _set_found_trigger utilised the 'Writeoff' offset type to distinguish between the application of a writeoff and any other form of offset application. This patch updates the trigger to use the full link through from offset to account credit line to get the credit type being offset. Test plan 1/ Run t/db_dependent/Koha/Items.t and prove it fails before the patch, but passes after applying this patch. 2/ Run t/db_dependent/Koha/Account/Offsets.t and prove it passes both before and after applying this patch. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:32:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:32:32 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #156 from Tomás Cohen Arazi --- Created attachment 122561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122561&action=edit Bug 22435: Update for bug 27049 Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:32:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:32:43 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #157 from Tomás Cohen Arazi --- Created attachment 122562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122562&action=edit Bug 22435: Update accountline-details page to show all history The accountline-details page took a simplistic approach to displaying the history of an accountline. This patch drops the now defunct offset_type_description template block from it's respective include files, and then updates the accountline-details template and controller to show the full history of what's happend to the accountline passed. This includes the creation, any increments/decrements (for fines), and finally any offsets against the total (payments, cancellations, voids). Test plan 1/ Create some credits and debits and apply them to each other in various combinations. 2/ View the 'Details' page for some of the debit/credits 3/ Compare before patch and after for the Details page. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:32:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:32:55 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #158 from Tomás Cohen Arazi --- Created attachment 122563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122563&action=edit Bug 22435: Improve database update Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:09 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #159 from Tomás Cohen Arazi --- Created attachment 122564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122564&action=edit Bug 22435: (QA follow-up) Fix test file and adjust test Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:18 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #160 from Tomás Cohen Arazi --- Created attachment 122565 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122565&action=edit Bug 22435: (follow-up) Update POS for reduced offset types This patch updates the Koha::Charges::Sales class to use the 'CREATE' and 'APPLY' offset types. Test plan 1/ Run t/db_dependent/Koha/Charges/Sales.t Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:34 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #161 from Tomás Cohen Arazi --- Created attachment 122566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122566&action=edit Bug 22435: (follow-up) Drop account_offset_types table This patch drops the now defunkt account_offset_types table and ensure the type field in account_offsets is instead an enum type column. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:41 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #162 from Tomás Cohen Arazi --- Created attachment 122567 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122567&action=edit Bug 22435: (QA follow-up) Add missing test for manager relation Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:48 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #163 from Tomás Cohen Arazi --- Created attachment 122568 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122568&action=edit Bug 22435: (QA follow-up) Fix test for offset total This patch updates the test for the offset total method to adhere to the new restricted set of offset types available. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:33:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:33:56 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #164 from Tomás Cohen Arazi --- Created attachment 122569 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122569&action=edit Bug 22435: Update DBIC Schema's Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:34:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:34:05 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #165 from Tomás Cohen Arazi --- Created attachment 122570 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122570&action=edit Bug 22435: (QA follow-up) Fix returned offsets in moredetail This patch updates the offsets query for lost item returns displayed in the catalogue/moredetail controller. Test plan (Same as bug 19919) Test plan: 1) Pay off a LOST item 2) Check for the associated display of 'Paidfor?:' on the itemdetails page 3) Writeoff a LOST item 4) Check that a 'Paidfor?:' is not displayed on the itemdetails page. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:34:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:34:15 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #166 from Tomás Cohen Arazi --- Created attachment 122571 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122571&action=edit Bug 22435: (QA follow-up) More test updates Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 17:37:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 15:37:03 +0000 Subject: [Koha-bugs] [Bug 22435] account_offset types should be codes not descriptions In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |tomascohen at gmail.com |y.org | --- Comment #167 from Tomás Cohen Arazi --- Very nice and welcome enhancement. This was really the missing piece in the cleanup. Simplifynig things everywhere. Nice work on the transaction history BTW. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:01:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:01:12 +0000 Subject: [Koha-bugs] [Bug 28657] New: Expand branches.branchip to allow for multiple space separated ip ranges Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657 Bug ID: 28657 Summary: Expand branches.branchip to allow for multiple space separated ip ranges Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: michael.hafen at washk12.org QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com change branches.branchip to a mediumtext, and remove '*' from existing branchip settings. Change C4/Auth.pm from a regexp to using in_iprange() to check client address against branchip. (in_iprange() doesn't work with '*' in branchip.) Change in_iprange() to default to false (which is what the POD says it should do). Also, have it trim '*' in case someone adds some back later. Change note in admin/branches.tt under branchip field to reflect changes to branchip handling. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:04:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:04:30 +0000 Subject: [Koha-bugs] [Bug 28657] Expand branches.branchip to allow for multiple space separated ip ranges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657 --- Comment #1 from Michael Hafen --- Created attachment 122572 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122572&action=edit Proposed patch Proposed patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:09:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:09:30 +0000 Subject: [Koha-bugs] [Bug 28658] New: With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 Bug ID: 28658 Summary: With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: michael.hafen at washk12.org QA Contact: testopia at bugs.koha-community.org If the SearchMyLibraryFirst syspref is set, the OPAC uses the logged in users branchcode to limit searches to their library. If it's an anonymous session that doesn't happen. This tries to guess the client library by checking for the client ip address in each libraries branchip setting. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:12:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:12:05 +0000 Subject: [Koha-bugs] [Bug 28658] With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 --- Comment #1 from Michael Hafen --- Created attachment 122573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122573&action=edit Proposed patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:12:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:12:18 +0000 Subject: [Koha-bugs] [Bug 28658] With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28657 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657 [Bug 28657] Expand branches.branchip to allow for multiple space separated ip ranges -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:12:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:12:18 +0000 Subject: [Koha-bugs] [Bug 28657] Expand branches.branchip to allow for multiple space separated ip ranges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28658 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 [Bug 28658] With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 19:26:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 17:26:53 +0000 Subject: [Koha-bugs] [Bug 28659] New: Allow Fast Cataloging to skip duplicate check Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28659 Bug ID: 28659 Summary: Allow Fast Cataloging to skip duplicate check Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl To recreate: - Have a bib in your system with the title "E Street Shuffle" - Confirm you do not have barcode "XXX" in your system - Have Fast Cataloging enabled - Try to check out barcode "XXX" to a patron, get notice that barcode does not exist, follow link to Fast Cataloging - In your Fast Add record, enter title "E Street Shuffle" - click Save, get a popup asking if your new record is a duplicate of the existing record - click "Yes, View Existing Items" - Koha takes you to the existing bib, where you can add a new item (assuming you have permission) - that item will not maintain the XXX barcode and will not follow any of the other settings in one's Fast Add framework I don't expect all libraries to agree on how this should work. It'd be great to have a system preference with which to set whether or not to do that dupe check at all on fast add. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 20:01:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 18:01:55 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28656 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 [Bug 28656] Cancellations should be allowed on paid/partially paid debts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 20:01:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 18:01:55 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Agustín Moyano changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |27946 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 [Bug 27946] Add a charge per article request to patron categories configuration -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 20:21:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 18:21:09 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #29 from Agustín Moyano --- (In reply to Marcel de Rooy from comment #28) > Agustin: When you have an All branches and a branch specific one, they are > both listed directly following each other. An OPAC user would not know that > they actually are two separate messages. Staff should be aware of that in > order to prevent misunderstandings. > No blocker. I see.. maybe we could make a "KohaNews.getOne" helper with the same paremeters, but get the most relevant news.. if you get one that matches your library it fetches that, else the one for all branches. What do you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 20:32:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 18:32:46 +0000 Subject: [Koha-bugs] [Bug 28660] New: Self checkout is not automatically logging in Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Bug ID: 28660 Summary: Self checkout is not automatically logging in Change sponsored?: --- Product: Koha Version: 21.05 Hardware: Other OS: Linux Status: NEW Severity: trivial Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: jhenderson at nsd.org QA Contact: testopia at bugs.koha-community.org The self-checkout is not automatically logging in with the staff username and password provided. Upon entering the URL for the self-checkout system, it is still prompting for the staff username and password. This a fresh install of Koha 21.05 on Debian 10. No errors during installation. Things I have done to ensure everything would work: - I have created a patron account with the self-check modules turned on for this patron and the username and password is listed in the system preferences under AutoSelfCheckAllowed, and that is turned to allow. - The selfcheck is enabled This is either a bug or something that I am not seeing -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 21:18:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 19:18:02 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #10 from Agustín Moyano --- Hi Marcel (In reply to Marcel de Rooy from comment #7) > Agustin: > I still have some doubts about the atomicupdate. > > You do an UPDATE for notice AR_PENDING and an insert for the new > AR_REQUESTED. > Generally we should be very careful with UPDATES on existing notices. This > one is too generic and will unnecessarily? remove customized texts. > The insert could be an INSERT IGNORE btw. Thanks, missed that > I would suggest to use a new name for the former AR_PENDING notice and only > rename it in the atomicupdate. Like AR_RECEIVED. Do not touch the text. > And after that add a 'new' notice AR_PENDING (..) with the new text. > > In the second patch you add AR_REQUESTED but note that you insert the text > for the PENDING state ! So you mix them up here. > Obviously, the changes for patch1 should reflect in patch2. That was intentional, AR_REQUESTED should have the same text as AR_PENDING now has.. it tells the patron that the request was received. I did not realize those messages were customizable, so, what I'll do is in atomicupdate I'll first update message code from AR_PENDING to AR_REQUESTED (keeping that way customized messages) and then I'll insert (ignore) the new AR_PENDING message. Sounds good? Cheers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 21:22:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 19:22:21 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #2 from Mark Hofstetter --- Created attachment 122574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122574&action=edit use Module-Pluggable as Plugin infrastructure -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 21:24:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 19:24:35 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 Mark Hofstetter changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 22:50:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 20:50:28 +0000 Subject: [Koha-bugs] [Bug 28661] New: Browser controls on the OPAC detail pages are sometime weird Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28661 Bug ID: 28661 Summary: Browser controls on the OPAC detail pages are sometime weird Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org On the OPAC detail page there are some inconsistencies as to when the browse controls will appear. To recreate: -Have OpacBrowseResults turned on -DO a search that will turn multiple results -Click on one of those results and see the browse controls -Click 'place a hold' and then use your browser's back function -Browse results are gone This doesn't happen to me on the staff side. Looking at opac-detail.pl it seems the busc param is not getting passed into the template when you press back in your browser. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 23:23:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 21:23:01 +0000 Subject: [Koha-bugs] [Bug 20985] CanBookBeReserved and CanItemBeReserved should check 'On shelf holds allowed' policy In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20985 --- Comment #47 from Fridolin Somers --- + # Check for item on shelves and OnShelfHoldsAllowed + return { status => 'onShelfHoldsNotAllowed' } + unless IsAvailableForItemLevelRequest($item, $patron, $pickup_branchcode,1); Strange : IsAvailableForItemLevelRequest() is not the feature of on shelf holds allowed, it means hold can be on item level or forced to biblio level o_O -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 2 23:35:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 02 Jul 2021 21:35:52 +0000 Subject: [Koha-bugs] [Bug 26587] detail.pl is very slow for records with many items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26587 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m --- Comment #16 from Fridolin Somers --- Maybe we could prefer using Koha::Cache::Memory::Lite like in other places : https://git.koha-community.org/Koha-community/Koha/src/commit/2e6b5483503e7feb0afc6ef526a675bde767dd8e/Koha/AuthorisedValues.pm#L104 In order to avoid having different cache features. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 13:25:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 11:25:31 +0000 Subject: [Koha-bugs] [Bug 28646] when I'm on the circulation screen and I want to go back to home nor return In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28646 --- Comment #1 from Katrin Fischer --- How do you try to go back home? Back button of the browser, clicking on the Logo or the breadcrumbs? Which Koha version are you using exactly? This info can be found on the About page. I don't see any problems in my installation. Can you please check your "BaseURL" system preferences? A wrong value there sometimes can cause issues. I also see that you are using Spanish - can you try if the same problem occurs when you are using English? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 13:33:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 11:33:20 +0000 Subject: [Koha-bugs] [Bug 28645] write off fine on selected items does not pay against those lines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28645 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |26536 --- Comment #1 from Katrin Fischer --- Hi Bernard, I believe this could be bug 26536. It was fixed in 20.05, but we had reports that it was not an issue in 19.11. I am linking those 2 bugs for now, but could you check he descriptions there fit your problem? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536 [Bug 26536] "Writeoff/Pay selected" deducts from old unpaid debts first -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 13:33:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 11:33:20 +0000 Subject: [Koha-bugs] [Bug 26536] "Writeoff/Pay selected" deducts from old unpaid debts first In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26536 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28645 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28645 [Bug 28645] write off fine on selected items does not pay against those lines -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 20:51:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 18:51:59 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Jeremiah changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|trivial |minor -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 21:07:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 19:07:24 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #1 from Jeremiah --- I have tested this same feature in multiple Koha servers that are running 21.05 and they are having the same issue. When testing this with Koha servers running 20.xx it works as described. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:23:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:23:50 +0000 Subject: [Koha-bugs] [Bug 26340] When printing labels from a barcode range, keep zero padding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:23:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:23:54 +0000 Subject: [Koha-bugs] [Bug 26340] When printing labels from a barcode range, keep zero padding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122305|0 |1 is obsolete| | --- Comment #15 from Katrin Fischer --- Created attachment 122575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122575&action=edit Bug 26340: When printing labels from a barcode range, keep zero padding TEST PLAN: 1. Go Tools > Label creator 2. Click +New -> Barcode range 3. Print barcode range with zero(s) in the start (Ex. from 00011881 to 00012000 ) 4. Select a template to be applied:: Code à barre 48467 Select a layout to be applied: Code à barres 5. Export 6. Open PDF The prefix is not displayed. We should see 00011881 on the labels, but we see 11881, 11882, ... without zeros in the start of labels. This patch fix it. Signed-off-by: hakam Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:23:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:23:59 +0000 Subject: [Koha-bugs] [Bug 26340] When printing labels from a barcode range, keep zero padding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 --- Comment #16 from Katrin Fischer --- Created attachment 122576 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122576&action=edit Bug 26340: (QA follow-up) Remove warns and set input fields hidden again Removes traces of debugging. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:28:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:28:26 +0000 Subject: [Koha-bugs] [Bug 26340] When printing labels from a barcode range, keep zero padding In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26340 --- Comment #17 from Katrin Fischer --- Hi Ivan and Hakam, it appears to be working now for both use cases - zero padded or not. So this is good :) I noticed some code changes made, I assume, when debugging. Please be careful about removing those from your patches before submitting! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:36:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:36:31 +0000 Subject: [Koha-bugs] [Bug 26760] Redirect to paycollect.pl when clicking on "Save and pay" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:36:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:36:35 +0000 Subject: [Koha-bugs] [Bug 26760] Redirect to paycollect.pl when clicking on "Save and pay" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #112351|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 122577 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122577&action=edit Bug 26760: Redirect to paycollect.pl when clicking on "Save and pay" Bug 14898 added the "Save and pay" button that redirects to "Make a payment" tab after creating a manual invoice This requires the user to click on another "Pay" button before being taken to the real payment form. By redirecting directly to paycollect.pl, this useless step will no longer be needed. Signed-off-by: Lisette Scheer Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 22:36:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 20:36:40 +0000 Subject: [Koha-bugs] [Bug 26760] Redirect to paycollect.pl when clicking on "Save and pay" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26760 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120856|0 |1 is obsolete| | --- Comment #9 from Katrin Fischer --- Created attachment 122578 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122578&action=edit Bug 26760: Escape URI parameters in redirect URI to paycollect.pl Also remove useless '%.2f' formatting of amount and amountoutstanding Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:01:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:01:34 +0000 Subject: [Koha-bugs] [Bug 28662] New: Not possible to log out of patron account in OPAC with JavaScript disabled Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662 Bug ID: 28662 Summary: Not possible to log out of patron account in OPAC with JavaScript disabled Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org Depends on: 27445 While testing the patches from bug 27445 I noticed that there is no log out option visible when using the OPAC with Javascript disabled. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445 [Bug 27445] OPAC header tweaks for non-JavaScript users -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:01:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:01:34 +0000 Subject: [Koha-bugs] [Bug 27445] OPAC header tweaks for non-JavaScript users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28662 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662 [Bug 28662] Not possible to log out of patron account in OPAC with JavaScript disabled -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:02:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:02:01 +0000 Subject: [Koha-bugs] [Bug 27445] OPAC header tweaks for non-JavaScript users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445 --- Comment #3 from Katrin Fischer --- I believe this is a clear improvement to "without the patch", but I was not able to log out without JavaScript, so have filed a new bug report: bug 28662 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:02:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:02:51 +0000 Subject: [Koha-bugs] [Bug 27445] OPAC header tweaks for non-JavaScript users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:02:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:02:55 +0000 Subject: [Koha-bugs] [Bug 27445] OPAC header tweaks for non-JavaScript users In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27445 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120848|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 122579 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122579&action=edit Bug 27445: OPAC header tweaks for non-JavaScript users This patch makes some minor changes to the header menu in the OPAC visible only to users with JavaScript support. To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - View the OPAC with JS disabled in your browser. - The "Cart" button should not be visible. - The "List," "Log in," and "Search history" links should be styled blue like other links. - Log in to the OPAC and confirm that the "Welcome " link is also styled like other links. - Enable JavaScript and verify that the links appear and function just as they did before the patch. Signed-off-by: Lucas Gass Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:36:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:36:11 +0000 Subject: [Koha-bugs] [Bug 27873] Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873 --- Comment #15 from Katrin Fischer --- I really like this change, it looks much cleaner than before. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:37:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:37:30 +0000 Subject: [Koha-bugs] [Bug 27873] Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:37:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:37:36 +0000 Subject: [Koha-bugs] [Bug 27873] Make display of patron restrictions, charges, notes, etc. consistent for check out and patron details screens In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27873 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121398|0 |1 is obsolete| | --- Comment #16 from Katrin Fischer --- Created attachment 122580 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122580&action=edit Bug 27873: Improve message consistency: checkout and patron detail pages This patch creates a new include for showing circulation and patron-related messages on both the checkout page and the patron detail page. This allows the two pages to be consistent with each other. The patch also makes some minor CSS adjustments, including the addition of an SVG to replace an old GIF, arrow-bullet.gif. To test, apply the patch and rebuild the staff interface CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - View both the checkout and patron details page for patrons in the staff interface, confirming that the information is displayed in the same way, including: - Pending modifications - Pending expiration - Expired - Address in doubt - Card lost - Restricted (indefinite and with expiration) - Outstanding overdues - Outstanding return claims - Patron age incorrect for their category - Outstanding charges - Account credit - Waiting holds (at logged-in library or other library) - Circulation note (from borrowers.borrowernotes) - Messages (added at logged-in library or other library) EDIT: Fixed merge error. Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:43:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:43:23 +0000 Subject: [Koha-bugs] [Bug 28175] Usability improvements to uploads page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:43:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:43:27 +0000 Subject: [Koha-bugs] [Bug 28175] Usability improvements to uploads page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120025|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer --- Created attachment 122581 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122581&action=edit Bug 28175: Usability improvements to uploads page This patch makes a variety of changes to the uploads page in order to improve usability: - Add a toolbar with an "Upload" button so that it can be accessed from the upload results or search results views - On views other than the "main" view, add search forms to the sidebar - The search form markup has been modified somewhat in order to make it work well in both the sidebar and the main body of the page. - Show the upload category description instead of the code - Link the upload category in search results to a search for that category The "enctype" attribute has been removed from the search forms because it is unnecessary and causes form resubmission errors in some browsers (Firefox at least). To test, apply the patch and make sure you have at least one entry under Authorized values for the category UPLOAD. - Go to Tools -> Upload. - Upload a file, adding a category as you do so. - On the upload results page, test that the "Upload file" button returns you to the main upload page. - On the upload results or search results view, confirm that the "Search uploads by category" and "Search uploads by name" forms work correctly. - When viewing upload or search results, confirm that the category discription is shown instead of the code. Confirm that the category is a link to a search for other files in that category. Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:43:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:43:31 +0000 Subject: [Koha-bugs] [Bug 28175] Usability improvements to uploads page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120121|0 |1 is obsolete| | --- Comment #7 from Katrin Fischer --- Created attachment 122582 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122582&action=edit Bug 28175: (follow-up) Adapt layout when there are no upload categories This patch adds some logic to the uploads template so that if there are no upload categories there isn't an empty space on the page where the "Search by category" form would be. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sat Jul 3 23:43:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 21:43:35 +0000 Subject: [Koha-bugs] [Bug 28175] Usability improvements to uploads page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122302|0 |1 is obsolete| | --- Comment #8 from Katrin Fischer --- Created attachment 122583 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122583&action=edit Bug 28175: (follow-up) Preselect correct category after search This patch modifies the script and template so that if the user submits a search by category, that category will be preselected on the search results page. Also added is an empty "Choose" option so that a search category isn't selected by default. To test, apply the patch and view the uploads page. - In the category search form, a "Choose" option should be selected. Submitting the form without selecting a category should not work. - Search using one of your existing categories. On the search results page the category you selected should remain selected. Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 00:09:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 22:09:37 +0000 Subject: [Koha-bugs] [Bug 28175] Usability improvements to uploads page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28175 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #9 from Katrin Fischer --- I'd be ok treating the follow-up as a QA one and keep the sign-off from David. Setting to PQA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 00:15:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 22:15:57 +0000 Subject: [Koha-bugs] [Bug 28177] Add date column and column configuration to uploads In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 00:16:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 22:16:01 +0000 Subject: [Koha-bugs] [Bug 28177] Add date column and column configuration to uploads In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121868|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 122584 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122584&action=edit Bug 28177: Add date column and column configuration to uploads This patch adds a "Date added" column to the table showing uploaded files. Column configuration is added to the table, and the date column is hidden by default. To test, apply the patch and restart all. - Go to Tools -> Upload. - If necessary, upload multiple files with the same category. - Use the "Search uploads by category" form to find those uploads. - In the table of uploads, confirm that table settings and other DataTable controls work correctly, including the option to show the "Date added" column. - Go to Administration -> Table settings -> Tools -> upload. - Change the settings for the uploads table. - Return to Uploads and confirm that your changes are reflected in the display of the uploads table. Signed-off-by: Salman Ali Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 00:17:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 22:17:45 +0000 Subject: [Koha-bugs] [Bug 28346] Action buttons should have unique classes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121108|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 00:22:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sat, 03 Jul 2021 22:22:00 +0000 Subject: [Koha-bugs] [Bug 28346] Action buttons should have unique classes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28346 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #14 from Katrin Fischer --- Just wondering: if they are supposed to be and remain unique, should they not be ids? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 06:32:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 04:32:59 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #86 from wainuiwitikapark at catalyst.net.nz --- (In reply to Tomás Cohen Arazi from comment #85) > (In reply to wainuiwitikapark from comment #84) > > (In reply to Jonathan Druart from comment #83) > > > Wainui, I rebased the patches for 19.11.x but I'd like someone with a plugin > > > injecting REST API route to test the patches before you push them. > > > > Thanks Jonathan. They applied cleanly to my branch, but I won't test and > > push them up until the next release (19.11.20). > > I can test in the morning. Hi Tomas, I'm just wondering if you have had a chance to test this yet? Thanks, Wainui :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 06:34:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 04:34:03 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #16 from wainuiwitikapark at catalyst.net.nz --- Should this be backported to 19.11.x? For 19.11.20? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 06:35:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 04:35:02 +0000 Subject: [Koha-bugs] [Bug 28487] Overdue_notices does not fall back to default language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487 --- Comment #18 from wainuiwitikapark at catalyst.net.nz --- Should this be backported to 19.11.x? For 19.11.20? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 06:35:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 04:35:47 +0000 Subject: [Koha-bugs] [Bug 28538] Regression - Date of birth entered without correct format causes internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538 --- Comment #10 from wainuiwitikapark at catalyst.net.nz --- Should this be backported to 19.11.x? For 19.11.20? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 08:55:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 06:55:48 +0000 Subject: [Koha-bugs] [Bug 28532] Accessibility: Staff Client - add legends to forms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28532 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 11:13:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 09:13:49 +0000 Subject: [Koha-bugs] [Bug 28538] Regression - Date of birth entered without correct format causes internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538 --- Comment #11 from Victor Grousset/tuxayo --- hi, there is a missing dependency[1] so it shouldn't be possible to backport and 19.11.x shouldn't be affected by this regression. [1] "Depends on" field => the bug linked => they aren't in 19.11.x -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Sun Jul 4 23:13:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Sun, 04 Jul 2021 21:13:50 +0000 Subject: [Koha-bugs] [Bug 24562] addbiblio.pl overloading CPU In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24562 --- Comment #21 from Jawad Makki --- Hello Jonathan, the suggested modification (to add $result->{title} =~ s /\'//g;) in C4/Search.pm has solved the problem. the sub FindDuplicate is not overloading the CPU anymore when it is called from addbiblio.pl sub FindDuplicate { $result->{title} =~ s /\\//g; $result->{title} =~ s /\"//g; + $result->{title} =~ s /\'//g; $result->{title} =~ s /\(//g; $result->{title} =~ s /\)//g; I have applied it also for the author as well $result->{author} =~ s /\\//g; $result->{author} =~ s /\"//g; + $result->{author} =~ s /\'//g; $result->{author} =~ s /\(//g; $result->{author} =~ s /\)//g; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 03:00:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 01:00:30 +0000 Subject: [Koha-bugs] [Bug 28538] Regression - Date of birth entered without correct format causes internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538 --- Comment #12 from wainuiwitikapark at catalyst.net.nz --- Not backported to 19.11.x Missing dependancy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 03:01:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 01:01:15 +0000 Subject: [Koha-bugs] [Bug 28538] Regression - Date of birth entered without correct format causes internal server error In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28538 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to oldoldstable |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 03:54:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 01:54:47 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00,21.05.01,20.11.07, |21.11.00,21.05.01,20.11.07, released in|20.05.13 |20.05.13,19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 03:55:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 01:55:27 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #17 from wainuiwitikapark at catalyst.net.nz --- Backported to 19.11.x for 19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 03:55:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 01:55:48 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldoldstable |Pushed to oldoldoldstable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:02:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:02:59 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #3 from David Cook --- I was just looking at Hook::LexWrap, and it looks like it hasn't been updated since 2017 and the two most recent updates before that were in 2014 and 2010. I suppose code like this wouldn't require many changes, but I wonder how well it is maintained. I also like how the perldoc says "There are undoubtedly serious bugs lurking somewhere in code this funky :-)". That said, it does look like Debian packages it: https://packages.debian.org/buster/libhook-lexwrap-perl I have some other concerns about the approach here, but I'm going to check them in a few minutes. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:11:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:11:52 +0000 Subject: [Koha-bugs] [Bug 24562] addbiblio.pl overloading CPU In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24562 --- Comment #22 from David Cook --- I have heard of this before, although I'm curious why it's using 100% CPU instead of just failing to find the duplicates. Sounds a bit like we're fixing the symptom rather than the problem. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:14:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:14:56 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #4 from David Cook --- Your test plan should be more comprehensive: 1. apt-get install libhook-lexwrap-perl 2. perl t/patron-object-hook.t -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:32:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:32:51 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #5 from David Cook --- Comment on attachment 122574 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122574 use Module-Pluggable as Plugin infrastructure Review of attachment 122574: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=28655&attachment=122574) ----------------------------------------------------------------- ::: Koha/Object.pm @@ +110,5 @@ > + my $ok = Koha::ObjectHooks->new(); > + my @plugins = $ok->plugins(); > + foreach my $plugin (@plugins) { > + $plugin->run(); > + } Running this code in _new_from_dbic() isn't scalable. If you fetched 1000 biblios, you'd be running this code 1000 times (at least). Since you're looking to wrap subs, it would be more performant to do this at compile time ran than run time (although that would mean it would be less dynamic but dynamic plugins are problematic anyway in a persistent (eg Plack) context). -- Also, this code won't work in all contexts. If Koha::Patron hasn't been loaded into memory, you'll get the following fatal error: "Can't wrap non-existent subroutine Koha::Patron::fixup_cardnumber". It works in your example, but it has a race condition which would break in unexpected ways. That said, the way around that would be to make your plugins specific to the Koha::Object you're trying to use, so that when you load Koha::Patron, you're just fetching plugins for 'Koha::Patron' so you can always count on it being loaded. But probably solvable. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:39:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:39:08 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #6 from David Cook --- I admit that I'm intrigued by the overall premise though. I like the idea of being able to upload plugins which can implement hooks that haven't previously been defined. That said... there could be some security implications. I mean... the whole plugin infrastructure at the moment is a security problem. But allowing a plugin to arbitrarily wrap functions could let a plugin completely take over Koha in a rather insidious way which could be difficult to detect. Of course, now I'm dreaming up potential exploits, which takes me back to bug 24632 to build a trust system so that the likelihood of running malicious code is reduced... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 05:40:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 03:40:23 +0000 Subject: [Koha-bugs] [Bug 28655] new ideas/proposal to enhance pluggability In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28655 --- Comment #7 from David Cook --- (Apologies if I sound too critical. I'm not intending to be discouraging. I'm trying to provide helpful feedback. I would like to see more on this topic.) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 06:04:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 04:04:03 +0000 Subject: [Koha-bugs] [Bug 28627] Revert the order receive page to display 'Actual cost' as ecost_tax_included/ecost_tax_excluded if unitprice not set In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28627 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |alexbuckley at catalyst.net.nz |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 07:00:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 05:00:04 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #2 from David Cook --- This sounds more like a support request than a bug. Is the "SelfCheckoutByLogin" system preference set to "Cardnumber" or "Username and Password"? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 07:58:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 05:58:26 +0000 Subject: [Koha-bugs] [Bug 27948] Add disclaimer text to article requests feature In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27948 --- Comment #30 from Marcel de Rooy --- (In reply to Agustín Moyano from comment #29) > I see.. maybe we could make a "KohaNews.getOne" helper with the same > paremeters, but get the most relevant news.. if you get one that matches > your library it fetches that, else the one for all branches. > > What do you think? Think we should let this be as-is. And perhaps discuss on another report if KohaNews.get should really fetch both in the first place instead of falling back to All branches if there is NO branch specific one.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:02:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:02:02 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #11 from Marcel de Rooy --- (In reply to Agustín Moyano from comment #10) > I did not realize those messages were customizable, so, what I'll do is in > atomicupdate I'll first update message code from AR_PENDING to AR_REQUESTED > (keeping that way customized messages) and then I'll insert (ignore) the new > AR_PENDING message. Sounds good. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:04:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:04:54 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #27 from Marcel de Rooy --- Hmm a dependency on a NEW bug report? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:05:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:05:09 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:05:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:05:30 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:24:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:24:46 +0000 Subject: [Koha-bugs] [Bug 28573] Replace authority record with Z39.50/SRU creates new authority record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573 Sebastian Krieg changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Sebastian Krieg --- Thank you for this workaround, it work's. Will this workaround include in the a next release? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:30:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:30:01 +0000 Subject: [Koha-bugs] [Bug 28573] Replace authority record with Z39.50/SRU creates new authority record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW Keywords| |Academy Severity|normal |major --- Comment #4 from Katrin Fischer --- Hi, if you change NEW to ASSIGNED this indicates that you plan on providing a patch for this issue. Better to leave it as new to alert devs there is still someone needed to fix this here. If you intend to provide a patch, please change back and also fill in the "Assignee" field. Right now this needs a developer to take it up in order to make it into a release. As the solution is already provided and tested, I am marking it Academy (easy ones for grab) and upping severity a bit as this would be likely to create unwanted duplicates. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:36:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:36:47 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #3 from Marcel de Rooy --- FAIL Koha/Account/Line.pm FAIL valid Global symbol "$charge_accountline" requires explicit package name (did you forget to declare "my $charge_accountline"?) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 08:36:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 06:36:58 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 09:05:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 07:05:11 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #28 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #23) > I think the `C4::Context->preference('ArticleRequests')` check here is > superfluous to requirements.. I would hope we are checking that the feature > is enabled prior to this point and also don't think it makes sense to check > them together. Yes, that seems fair. > > + library_id => C4::Context->userenv ? C4::Context->userenv->{'branch'} : undef, > > I wonder if this should default to the items home library? I presume > there's no requirement, for now at least, for these charges to be library > specific? Interesting! How important is branchcode for the accounts subsytem? kohastructure refers to the place where a payment was made or an invoice created, etc. The article request contains a branchcode for the pickup library btw. It might not be relevant indeed, but I feel that the charge is created at the branch where the article is actually copied or scanned. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 10:02:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 08:02:41 +0000 Subject: [Koha-bugs] [Bug 28573] Replace authority record with Z39.50/SRU creates new authority record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28573 --- Comment #5 from Sebastian Krieg --- Hello, thanks for this information. It's OK. Thank you. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 10:03:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 08:03:08 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #3 from Jeremiah --- I originally thought it was a support request too, however as I mentioned above, I tested different versions of Koha on different systems and found that any Koha system running 21.05 were unable to use the auto-login feature. Any version of Koha that was 20.xx did not have that problem. To answer the previous question, it was set to cardnumber and also username and password and neither made a difference. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 10:37:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 08:37:49 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #29 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #27) > Hmm a dependency on a NEW bug report? Well.. I deliberately didn't set it as a hard dependency yet.. the follow-up was meant as a hint to where we might want to go with this having discussed it with Tomas :). There's a little debate going on as to how we should record the cancellation over-credit if you cancel a debt in full when some of that debt has already been paid.. should we just create the single 'cancel' credit, offset it up to the amount outstanding on the original debt and then allow the rest of the outstanding to be 'paid out' or 'applied' to other debts.. or do we split the cancellation into 'cancellation' and 'overpayment credit'... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 10:38:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 08:38:45 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #30 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #28) > Interesting! How important is branchcode for the accounts subsytem? > kohastructure refers to the place where a payment was made or an invoice > created, etc. > The article request contains a branchcode for the pickup library btw. > It might not be relevant indeed, but I feel that the charge is created at > the branch where the article is actually copied or scanned. Very good point.. I'm not sure the branchcode is at all relevant here.. but if it is, I think you're probably right that it should go to the library doing the actual copying. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 10:47:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 08:47:46 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #4 from Marcel de Rooy --- Copied Martin's comment from 27946 > There's a little debate going on as to how we should record the cancellation over-credit if you cancel a debt in full when some of that debt has already been paid.. should we just create the single 'cancel' credit, offset it up to the amount outstanding on the original debt and then allow the rest of the outstanding to be 'paid out' or 'applied' to other debts.. or do we split the cancellation into 'cancellation' and 'overpayment credit'... Does that really matter still? As I understand, the offsets table now offers you the info to 'replay what happened'. If we would end up with a bunch of accountlines that sum up to zero in the end, how does Koha actually close these lines instead of keeping them open forever while they could be done away with? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 11:03:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 09:03:19 +0000 Subject: [Koha-bugs] [Bug 22435] Clarify account_offset types by converting them to clear codes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|account_offset types should |Clarify account_offset |be codes not descriptions |types by converting them to | |clear codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 13:05:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 11:05:31 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 --- Comment #2 from Victor Grousset/tuxayo --- For some reason, sometimes $driver->get($mainpage); doesn't do anything and we can wait as much as we want and we won't be on the mainpage -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 14:32:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 12:32:27 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122551|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 122585 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122585&action=edit Bug 28656: Update the cancel method for paid debts This patch updates the cancel method to allow cancellation of debts that have been partially or fully paid off. Payments will be included in the cancellation amount allowing for later use as credit. Discounts, Writeoffs and Refunds are excluded from the cancellation amount. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 15:20:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 13:20:58 +0000 Subject: [Koha-bugs] [Bug 22435] Clarify account_offset types by converting them to clear codes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 --- Comment #168 from Martin Renvoize --- Created attachment 122586 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122586&action=edit Bug 22435: (follow-up) Set CREATE offset for credits to positive The history view of an accountline shows increases and decreases in the amount outstanding from the perspective of the credit/debit line you are inspecting. Apply creates a negative offset amount which acts to 'reduce' both the outstanding 'debt' for the debit line and the outstanding 'credit' for the credit line. Starting with a negative offset for the credit thus makes this nonsenical. Void creates positive offset amounts which act to 'restore' both the outstanding 'debt' for the debit line and the outstanding 'credit' for the credit line. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 16:10:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 14:10:56 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Assignee|oleonard at myacpl.org |jonathan.druart+koha at gmail. | |com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 16:15:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 14:15:13 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 --- Comment #5 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #4) > Last one: > $schema->txn_commit unless $test_parameter; > > Would it be more appropriate/neat to rollback when testing here? It will rollback without commit, the result is the same. I just kept the same line as before. Happy to adjust if you think it is more readable with rollback (note that we are using "unless $test" above). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 16:21:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 14:21:43 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 --- Comment #6 from Marcel de Rooy --- (In reply to Jonathan Druart from comment #5) > (In reply to Marcel de Rooy from comment #4) > > Last one: > > $schema->txn_commit unless $test_parameter; > > > > Would it be more appropriate/neat to rollback when testing here? > > It will rollback without commit, the result is the same. Yes, it is quite theory. The rollback will be executed a fraction later at the disconnect (which we probably skip too ;) No blocker for me. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 16:40:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 14:40:53 +0000 Subject: [Koha-bugs] [Bug 17600] Standardize the EXPORT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 --- Comment #101 from Jonathan Druart --- (In reply to Martin Renvoize from comment #100) > We have the compile test failing at the moment.. I'll try to find a moment > to dig further into this.. but I'm not sure when that will happen :( Fixed! Remote branch updated. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 16:47:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 14:47:59 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #4 from Jonathan Druart --- (In reply to David Nind from comment #3) > - After patch is applied, it now defaults to whatever is set as the library Heh, I wasn't expecting a behaviour change actually. But my commit message was confusing. I read the change and code again and, even if I haven't tried, I think that the dropdown list had the logged-in library selected prior to 15758. So yes, this is a bug fix and not simply a code cleanup. However I am surprised nobody reported the problem before. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 18:57:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 16:57:36 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Katrin Fischer --- I don't think the advanced search should limit by default to any library, afaik it was always set to "All libraries". - I just double checked in our 18.11 installations. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 19:39:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 17:39:05 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #6 from Jonathan Druart --- (In reply to Katrin Fischer from comment #5) > I don't think the advanced search should limit by default to any library, > afaik it was always set to "All libraries". - I just double checked in our > 18.11 installations. Bug 15758 has been pushed to 16.11. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 19:46:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 17:46:01 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #7 from Katrin Fischer --- Not sure I understand the last comment, but I am pretty sure Koha did not preselect the logged-in users library since I have been using Koha - 3.2 :) So can we pinpoint when there was a change or could there have been other code in place? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 19:46:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 17:46:41 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #8 from Katrin Fischer --- Thing is, I think as this wasn't reported - it's very likely it would be an unwanted change, don't you think? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:29:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:29:32 +0000 Subject: [Koha-bugs] [Bug 28663] New: One should not be able to apply a discount to a VOID accountline Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 Bug ID: 28663 Summary: One should not be able to apply a discount to a VOID accountline Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org Depends on: 27971 Blocks: 13985 When adding the VOID account line type in bug 27971 I neglected to update the logic for the display of the 'Apply discount' button on the patron transactions page. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13985 [Bug 13985] Cash Management - Koha as 'Point of Sale' https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971 [Bug 27971] The VOID method should be updated to respect double-entry accounting -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:29:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:29:32 +0000 Subject: [Koha-bugs] [Bug 27971] The VOID method should be updated to respect double-entry accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28663 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 [Bug 28663] One should not be able to apply a discount to a VOID accountline -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:29:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:29:32 +0000 Subject: [Koha-bugs] [Bug 13985] Cash Management - Koha as 'Point of Sale' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13985 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28663 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 [Bug 28663] One should not be able to apply a discount to a VOID accountline -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:29:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:29:47 +0000 Subject: [Koha-bugs] [Bug 28663] One should not be able to apply a discount to a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sally.healey at cheshireshared | |services.gov.uk -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:29:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:29:53 +0000 Subject: [Koha-bugs] [Bug 28663] One should not be able to apply a discount to a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:30:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:30:25 +0000 Subject: [Koha-bugs] [Bug 28663] One should not be able to apply a discount to a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com | |, | |kyle at bywatersolutions.com, | |tomascohen at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:32:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:32:13 +0000 Subject: [Koha-bugs] [Bug 28664] New: One should not be able to issue a refund against a VOID accountline Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 Bug ID: 28664 Summary: One should not be able to issue a refund against a VOID accountline Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: andrew at bywatersolutions.com, kyle at bywatersolutions.com, sally.healey at cheshiresharedservices.gov.uk, testopia at bugs.koha-community.org, tomascohen at gmail.com Depends on: 27971 Blocks: 13985 When adding the VOID account line type in bug 27971 I neglected to update the logic for the display of the 'Issue refund' button on the patron transactions page. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13985 [Bug 13985] Cash Management - Koha as 'Point of Sale' https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971 [Bug 27971] The VOID method should be updated to respect double-entry accounting -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:32:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:32:13 +0000 Subject: [Koha-bugs] [Bug 27971] The VOID method should be updated to respect double-entry accounting In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27971 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28664 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 [Bug 28664] One should not be able to issue a refund against a VOID accountline -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:32:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:32:13 +0000 Subject: [Koha-bugs] [Bug 13985] Cash Management - Koha as 'Point of Sale' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13985 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28664 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 [Bug 28664] One should not be able to issue a refund against a VOID accountline -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:32:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:32:47 +0000 Subject: [Koha-bugs] [Bug 28664] One should not be able to issue a refund against a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |martin.renvoize at ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:37:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:37:05 +0000 Subject: [Koha-bugs] [Bug 28664] One should not be able to issue a refund against a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 --- Comment #1 from Martin Renvoize --- Created attachment 122587 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122587&action=edit Bug 28664: Prevent redunfs against void lines With the introduction of double entry accounting for VOID actions, we need to add an additional filter to the 'Issue refund' button appearance Test plan 1/ Add a debt 2/ Pay the debt 3/ Void the payment 4/ Confirm that with the patch applied the 'Issue refund' button doesn not appear on the 'Void' accountline. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:37:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:37:15 +0000 Subject: [Koha-bugs] [Bug 28664] One should not be able to issue a refund against a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28664 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:40:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:40:27 +0000 Subject: [Koha-bugs] [Bug 28663] One should not be able to apply a discount to a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 --- Comment #1 from Martin Renvoize --- Created attachment 122588 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122588&action=edit Bug 28663: Prevent discounts against void lines With the introduction of double entry accounting for VOID actions, we need to add an additional filter to the 'Apply discount' button appearance Test plan 1/ Add a debt 2/ Pay the debt 3/ Void the payment 4/ Confirm that with the patch applied the 'Apply discount' button does not appear on the 'Void' accountline. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 20:40:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 18:40:44 +0000 Subject: [Koha-bugs] [Bug 28663] One should not be able to apply a discount to a VOID accountline In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28663 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:14:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:14:23 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 --- Comment #16 from Katrin Fischer --- Is this something we could check for in the QA test tools? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:15:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:15:08 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:15:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:15:12 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122498|0 |1 is obsolete| | --- Comment #17 from Katrin Fischer --- Created attachment 122589 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122589&action=edit Bug 28462: Remove TT tag on several lines - opac-advsearch.tt It fixes the translation in case the operators have been translated Test plan: 1. misc/translator/translate update pt-BR 2. In pt-BR-opac-bootstrap.po , find OpacAdvSearchMoreOptions 3. sabotage the translation part, like replacing IF with something else 4. misc/translator/translate install pt-BR 5. enable and use pt-BR and hit opac-advsearch.pl 6. Notice the error Template process failed: file error - parse error - /kohadevbox/koha/koha-tmpl/opac-tmpl/bootstrap/pt-BR/modules/opac-advsearch.tt line 409: unexpected token (e) [% IF (OpacAdvSearchMoreOptions and OpacAdvSearchMoreOptions.size> 0 e extended_options) ou (OpacAdvSearchOptions and OpacAdvSearchOptions.size> 0 e n expandido_options) %] at /kohadevbox/koha/C4/Templates.pm 7. Apply the patch and redo update and install of the language 8. Note that it's now working Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:15:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:15:16 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122499|0 |1 is obsolete| | --- Comment #18 from Katrin Fischer --- Created attachment 122590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122590&action=edit Bug 28462: Remove line breaks in TT tags Same as previous patch for other files. Looks like the problem exists only with IF. == test plan == 1. See the problematic strings in a given language git grep "\bIF\b" misc/translator/po | grep -v '#' | grep '\bzh-Hant-TW' 2. update the language misc/translator/translate update zh-Hant-TW 3. Recheck the problematic strings, they aren't here anymore 4. Check the diff: git diff and search the if's with «/-.* IF » to see how the deleted strings look like and that it makes sense. Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:33:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:33:31 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:33:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:33:35 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122390|0 |1 is obsolete| | --- Comment #4 from Katrin Fischer --- Created attachment 122591 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122591&action=edit Bug 28611: Fix width to 50% for additem form elements This patch suggests to set the width of select and input to 50% Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:38:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:38:39 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122591|0 |1 is obsolete| | --- Comment #5 from Katrin Fischer --- Created attachment 122592 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122592&action=edit Bug 28611: Fix width to 50% for additem form elements This patch suggests to set the width of select and input to 50% Signed-off-by: Owen Leonard Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:42:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:42:58 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 --- Comment #6 from Katrin Fischer --- We know this is not the perfect solution, but until Select2 works better, I think this will be an improvement. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:56:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:56:54 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes an issue where |This fixes an issue where release notes|items that should be hidden |items that should be hidden |from display in the OPAC |from display in the OPAC |(using the rules in |(using the rules in |OpacHiddenItems, for |OpacHiddenItems, for |example: where damaged) |example: damaged) were |were displayed under |displayed under |availability in OPAC lists. |availability in OPAC lists. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:57:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:57:35 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:57:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:57:40 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122196|0 |1 is obsolete| | --- Comment #23 from Katrin Fischer --- Created attachment 122593 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122593&action=edit Bug 28299: Unit tests for buildKohaItemsNamespace Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:57:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:57:45 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122197|0 |1 is obsolete| | --- Comment #24 from Katrin Fischer --- Created attachment 122594 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122594&action=edit Bug 28299: Take OpacHiddenItems into account on opac-shelves hidden_items was not passed to XSLTParse4Display 2 things: * Should we hide the biblio record if OpacHiddenItemsHidesRecord is set? * allow_onshelf_holds is not working like in other scripts, what's the expected behaviour? If hidden should we completely ignore the item? Test plan: 1. Without the patch 2. fill OpacHiddenItems with «damaged: [1]» 3. find a record with several item 4. mark one of them as damaged 5. OPAC: go to the record, you shouldn't see the damaged item 6. add the record to a list 7. see the list 8. in Availability you see the damaged item mentioned, this is the issue 9. apply the patches and restart the services 10. the list should not mention the damaged item :D Signed-off-by: Victor Grousset/tuxayo Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 22:57:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 20:57:50 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122198|0 |1 is obsolete| | --- Comment #25 from Katrin Fischer --- Created attachment 122595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122595&action=edit Bug 28299: Make buildKohaItemsNamespace accept Koha::Items This patch makes buildKohaItemsNamespace (and its only caller, XSLTParse4Display) accept a an optional Koha::Items resultset. This way we don't need to calculate (from the DB) the list of hidden itemnumbers, but solve it in one query. Signed-off-by: Tomas Cohen Arazi Signed-off-by: Victor Grousset/tuxayo Signed-off-by: David Nind Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Mon Jul 5 23:00:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 21:00:33 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Katrin Fischer --- Still waiting for the unit test! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 01:39:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 23:39:02 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #4 from David Cook --- (In reply to Jeremiah from comment #3) > I originally thought it was a support request too, however as I mentioned > above, I tested different versions of Koha on different systems and found > that any Koha system running 21.05 were unable to use the auto-login > feature. Any version of Koha that was 20.xx did not have that problem. > > To answer the previous question, it was set to cardnumber and also username > and password and neither made a difference. Ah my apologies. I must not have read your original comment carefully enough. Let me take a quick look to see what I can see as this would be a huge problem... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 01:46:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 23:46:36 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|minor |critical --- Comment #5 from David Cook --- I can confirm the problem in master, so I'm raising the severity. I don't have time right now to investigate a fix, but it probably won't be too hard. I'll make a note to look again later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 01:52:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Mon, 05 Jul 2021 23:52:15 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |blocker -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 04:27:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 02:27:48 +0000 Subject: [Koha-bugs] [Bug 28665] New: perl Text::CSV::Unicode module is required, but missing Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28665 Bug ID: 28665 Summary: perl Text::CSV::Unicode module is required, but missing Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: mtj at kohaaloha.com QA Contact: testopia at bugs.koha-community.org CC: mtj at kohaaloha.com Created attachment 122596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122596&action=edit pic the perl Text::CSV::Unicode module is required, but missing we should install it during Koha installation -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 04:40:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 02:40:50 +0000 Subject: [Koha-bugs] [Bug 28666] New: Locale::XGettext::TT2 shows as missing in about.pl page Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28666 Bug ID: 28666 Summary: Locale::XGettext::TT2 shows as missing in about.pl page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Packaging Assignee: koha-bugs at lists.koha-community.org Reporter: mtj at kohaaloha.com QA Contact: testopia at bugs.koha-community.org CC: mtj at kohaaloha.com Created attachment 122597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122597&action=edit pic the Locale::XGettext::TT2 perl module is installed via the debian libtemplate-plugin-gettext-perl package, but still shows as uninstalled in about.pl # dpkg -L libtemplate-plugin-gettext-perl | grep -i tt2 /usr/bin/xgettext-tt2 /usr/share/man/man1/xgettext-tt2.1p.gz /usr/share/man/man3/Locale::XGettext::TT2.3pm.gz /usr/share/perl5/Locale/XGettext/TT2.pm /usr/share/perl5/Locale/XGettext/TT2.pod -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 08:51:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 06:51:41 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #9 from Jonathan Druart --- Tested on 16.05.x and 'all libraries" was selected. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 08:51:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 06:51:49 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 08:51:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 06:51:54 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode not passed to adv search? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122467|0 |1 is obsolete| | --- Comment #10 from Jonathan Druart --- Created attachment 122598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122598&action=edit Bug 28622: (bug 15758 follow-up) Remove incorrect branch selection in adv search From commit df97814f3034a3d5015546c4eca21f08ae951e37 Bug 15758: Koha::Libraries - Remove GetBranches + selected_branchcode => ( C4::Context->IsSuperLibrarian ? C4::Context->userenv : '' ), And - [% PROCESS options_for_libraries libraries => Branches.all() %] + [%# FIXME Should not we filter the libraries displayed? %] + [% PROCESS options_for_libraries libraries => Branches.all( selected => selected_branchcode, unfiltered => 1 ) %] The change in the pl is wrong as it should pass C4::Context->userenv->{branch}, but prior to this commit it seems that we didn't select the logged in library anyway. Looks like we should remove this code but preserve the current behavior and select "All libraries". -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 08:52:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 06:52:41 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode incorrectly passed to adv search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Selected branchcode not |Selected branchcode |passed to adv search? |incorrectly passed to adv | |search -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:00:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:00:48 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|22435 | Depends on| |22435 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 [Bug 22435] Clarify account_offset types by converting them to clear codes -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:00:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:00:48 +0000 Subject: [Koha-bugs] [Bug 22435] Clarify account_offset types by converting them to clear codes In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22435 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28656 Depends on|28656 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 [Bug 28656] Cancellations should be allowed on paid/partially paid debts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:43:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:43:54 +0000 Subject: [Koha-bugs] [Bug 28667] New: Check damaged item can be reserved in OPAC detail pages Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28667 Bug ID: 28667 Summary: Check damaged item can be reserved in OPAC detail pages Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org In OPAC detail pages, damaged items do not impact the "place hold" link. This should depend on preference AllowHoldsOnDamagedItems. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:44:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:44:02 +0000 Subject: [Koha-bugs] [Bug 28667] Check damaged item can be reserved in OPAC detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28667 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|oleonard at myacpl.org |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:51:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:51:06 +0000 Subject: [Koha-bugs] [Bug 28667] Check damaged item can be reserved in OPAC detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28667 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:51:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:51:11 +0000 Subject: [Koha-bugs] [Bug 28667] Check damaged item can be reserved in OPAC detail pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28667 --- Comment #1 from Fridolin Somers --- Created attachment 122599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122599&action=edit Bug 28667: Check damaged item can be reserved in OPAC detail pages In OPAC detail pages, damaged items must impact the "place hold" link. This behavior depends on preference AllowHoldsOnDamagedItems. Test plan : 1) Create a record with one damaged item 2) Set AllowHoldsOnDamagedItems to 'Allow' 3) Go to OPAC record detail page : opac-detail.pl 4) Check you see "Place hold" link 5) Set AllowHoldsOnDamagedItems to 'Don't allow' 6) Refresh page 7) Check you don't see "Place hold" link Same tests 2 to 7 for pages opac-ISBDdetail.pl and opac-MARCdetail.pl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:54:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:54:20 +0000 Subject: [Koha-bugs] [Bug 24562] addbiblio.pl overloading CPU In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24562 --- Comment #23 from Jonathan Druart --- (In reply to Jawad Makki from comment #21) > Hello Jonathan, > > the suggested modification (to add $result->{title} =~ s /\'//g;) in > C4/Search.pm has solved the problem. > the sub FindDuplicate is not overloading the CPU anymore when it is called > from addbiblio.pl Hello Jawad, what about the other two questions? :) * Did you try a more recent version? * Are you able to recreate the problem on a sandbox? https://wiki.koha-community.org/wiki/Sandboxes -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 09:57:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 07:57:56 +0000 Subject: [Koha-bugs] [Bug 28487] Overdue_notices does not fall back to default language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487 --- Comment #19 from Jonathan Druart --- (In reply to wainuiwitikapark from comment #18) > Should this be backported to 19.11.x? For 19.11.20? Yes, I think so. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:09:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:09:30 +0000 Subject: [Koha-bugs] [Bug 28615] Add a simple way to mock Koha::Logger In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615 --- Comment #32 from Jonathan Druart --- I thought we would need to mock it for every test where Koha::Logger was used. But I added a Koha::Logger->get->warn call to AddIssue and t/db_dependent/Circulation.t is passing. Did you explain why t/Auth_with_shibboleth.t was failing with the following error/warning? t/Auth_with_shibboleth.t .. 1/17 Log::Log4perl configuration looks suspicious: No loggers defined at /usr/share/perl5/Log/Log4perl/Config.pm line 325. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:19:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:19:46 +0000 Subject: [Koha-bugs] [Bug 28576] Add patron image in patron detail section does not specify image size limit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |jonathan.druart+koha at gmail. | |com --- Comment #6 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #5) > From: Salman Ali > > This is no valid email address Salman, please fix. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:25:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:25:18 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:25:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:25:24 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122143|0 |1 is obsolete| | Attachment #122144|0 |1 is obsolete| | --- Comment #13 from Jonathan Druart --- Created attachment 122600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122600&action=edit Bug 12561: Change prototype of XSLTParse4Display Use a hash for better readability and reusability. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:25:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:25:31 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 --- Comment #14 from Jonathan Druart --- Created attachment 122601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122601&action=edit Bug 12561: Add warning on about page If a default xslt file has been removed or if the one filled in one of the syspref does not exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:29:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:29:23 +0000 Subject: [Koha-bugs] [Bug 28624] Smart::Comments not used and not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:29:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:29:27 +0000 Subject: [Koha-bugs] [Bug 28624] Smart::Comments not used and not installed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28624 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122357|0 |1 is obsolete| | --- Comment #3 from Jonathan Druart --- Created attachment 122602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122602&action=edit Bug 28624: Remove Smart::Comments It's not used in those files (there is no occurrence of ###), and it's not installed anyway (it is by koha-testing-docker however). We should remove those lines. Test plan: Confirm the above -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:33:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:33:29 +0000 Subject: [Koha-bugs] [Bug 28567] Pick-up location is not saved correctly when creating a new library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122424|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart --- Created attachment 122603 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122603&action=edit Bug 28567: Fix 0 vs "" vs undef on the admin library form There are two things here: * Branches.pickup_location has a default = 1 in DB, we should not set to undef if 0 or it will be set to 1 when stored. * The other fields are all text (varchar, mediumtext or longtext) and can be NULL. They are correct set to NULL when a new library is created but set to an empty string when the library is modified. That's not consistent Test plan: 0. Don't apply the patch 1. Create a new library, set pickup location to "No" 2. Save => Pickup location is set to YES => In DB notice that the different values you didn't fill in are set to NULL 3. Edit the library 4. Save => In DB notice that the different values you didn't fill in are now set to an empty string 5. Apply the patch, restart_all 6. Run the updatedatabase script => In DB all the empty string values are set to NULL 7. Repeat 1 to 4 and confirm that everything is now working as expected -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:35:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:35:27 +0000 Subject: [Koha-bugs] [Bug 28567] Pick-up location is not saved correctly when creating a new library In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28567 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #7 from Jonathan Druart --- Hi David, there was an issue in the DB rev (because of branches.issuing). Sorry about that. (In reply to David Nind from comment #5) > I didn't notice any change after apply the patch (updatedatabase, > flush_memcached, restart_all): > - Still sets to Yes Now you should be able to create a library with "pickup location" set to "No" -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:39:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:39:23 +0000 Subject: [Koha-bugs] [Bug 28612] Log manager_id with multipayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28612 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:43:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:43:22 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_21_11_candidate -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:47:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:47:34 +0000 Subject: [Koha-bugs] [Bug 21877] Show authorized value description for withdrawn in checkout In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21877 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121747|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:49:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:49:12 +0000 Subject: [Koha-bugs] [Bug 28177] Add date column and column configuration to uploads In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |In Discussion CC| |jonathan.druart+koha at gmail. | |com --- Comment #5 from Jonathan Druart --- (In reply to Lucas Gass from comment #2) > This works great I just have one question. Do you think it would be handy to > also include the time stamp along with the date? I don't use this tool a lot > but it seems like it could be helpful if you were uploading many files on > the same day. Owen? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:50:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:50:18 +0000 Subject: [Koha-bugs] [Bug 28622] Selected branchcode incorrectly passed to adv search In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28622 --- Comment #11 from Katrin Fischer --- Thx for testing and rewriting! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:51:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:51:17 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122585|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize --- Created attachment 122604 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122604&action=edit Bug 28656: Update the cancel method for paid debts This patch updates the cancel method to allow cancellation of debts that have been partially or fully paid off. Payments will be included in the cancellation amount allowing for later use as credit. Discounts, Writeoffs and Refunds are excluded from the cancellation amount. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:51:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:51:20 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #7 from Martin Renvoize --- Created attachment 122605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122605&action=edit Bug 28656: Improve the transaction history This patch improves the transaction history for a cancellation action. Test plan 1/ Set up a complex transaction that takes in various actions against an accountline; for example 1a/ Add a manual debt for 25.00 1b/ Discount that debt by 5.00 1c/ Writeoff 2.50 from that debt 1d/ Writeoff 7.50 from that debt 1e/ Void the 7.40 Writeoff 1f/ Pay 3.50 of that debt 2/ Cancel the debt 3/ Looks at the 'Details' view for the debt 3a/ Confirm that all the original actions appear followed by the cancellation amount of the original debt amount minus any reductions (discounts, writeoffs) 3b/ After the cancellation line you should see some reversals for non-reduction type offsets (i.e. payments) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:51:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:51:24 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #8 from Martin Renvoize --- Created attachment 122606 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122606&action=edit Bug 28656: Allow cancellations in the UI This allows cancellation against "reduced" as well as "unpaid" debts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 10:59:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 08:59:04 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #9 from Martin Renvoize --- Still needs tests updating. I'm not 100% sure about the mechanism if I'm honest... re-embursing the patron now has two differing options that have pretty different outcomes.. I almost feel like we should offer a system preference for the two ways of recording the history. With this patch, the cancel method will 'reverse' any applied payment offsets.. thus giving back any outstanding balance to the original credit. (In the UI we actually still prevent 'Cancellation' on lines that have any such offsets however.. we only allow cancellation if no payments have been made but we do now allow discounted/written off debts to be cancelled). The 'refund' option will add a refund accountline and immediately apply it to the debt.. any outstanding balance is then left on the 'refund' line which is returned from the method.. which can then be 'paid out'. I'm was thinking it would be nice to split the 'refund' and 'refund credit'. So this doesn't 'reverse' payments.. it adds a new 'credit' instead.. which can be immediately paid out. Thoughts -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:03:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:03:08 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 --- Comment #26 from Jonathan Druart --- Too bad I hadn't look at this one more closely before I wrote bug 12561. Most of the controllers changes will need to be rewritten. Nice work, Tomas! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:39 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:42 +0000 Subject: [Koha-bugs] [Bug 28299] OpacHiddenItems not working in OPAC lists In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28299 --- Comment #27 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:46 +0000 Subject: [Koha-bugs] [Bug 28455] If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:50 +0000 Subject: [Koha-bugs] [Bug 28455] If TrackLastPatronActivity is enabled we should update 'lastseen' field on checkouts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28455 --- Comment #14 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:54 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:05:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:05:57 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 --- Comment #19 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:00 +0000 Subject: [Koha-bugs] [Bug 28523] Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:03 +0000 Subject: [Koha-bugs] [Bug 28523] Patrons with the most checkouts (bor_issues_top.pl) is failing with MySQL 8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28523 --- Comment #7 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:06 +0000 Subject: [Koha-bugs] [Bug 28524] Most-circulated items (cat_issues_top.pl) is failing with MySQL 8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:09 +0000 Subject: [Koha-bugs] [Bug 28524] Most-circulated items (cat_issues_top.pl) is failing with MySQL 8 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28524 --- Comment #4 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:12 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:16 +0000 Subject: [Koha-bugs] [Bug 28597] Opac suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 --- Comment #6 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:18 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.11.00 released in| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:06:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:06:21 +0000 Subject: [Koha-bugs] [Bug 28611] Incorrect Select2 width In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28611 --- Comment #7 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:16:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:16:29 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122141|0 |1 is obsolete| | Attachment #122142|0 |1 is obsolete| | Attachment #122600|0 |1 is obsolete| | Attachment #122601|0 |1 is obsolete| | --- Comment #15 from Jonathan Druart --- Created attachment 122607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122607&action=edit Bug 12561: Remove HighlightOwnItemsOnOPAC and HighlightOwnItemsOnOPACWhich This is the only remaining non-XSLT only feature. We should remove the non-XSLT views that have been deprecated for a while now, and remove this feature. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:16:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:16:37 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 --- Comment #16 from Jonathan Druart --- Created attachment 122608 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122608&action=edit Bug 12561: Remove non-XSLT views -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:16:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:16:42 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 --- Comment #17 from Jonathan Druart --- Created attachment 122609 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122609&action=edit Bug 12561: Change prototype of XSLTParse4Display Use a hash for better readability and reusability. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:16:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:16:47 +0000 Subject: [Koha-bugs] [Bug 12561] Remove non-XSLT views In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12561 --- Comment #18 from Jonathan Druart --- Created attachment 122610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122610&action=edit Bug 12561: Add warning on about page If a default xslt file has been removed or if the one filled in one of the syspref does not exist. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:25:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:25:32 +0000 Subject: [Koha-bugs] [Bug 28413] background job worker is running with all the modules in RAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28413 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #4 from Jonathan Druart --- Test plan: Confirm the difference of memory allocated to the background job worker with and without the patch. Confirm the it's still working correctly after you applied the patch (batch modify some biblios for instance). -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 11:38:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 09:38:36 +0000 Subject: [Koha-bugs] [Bug 28597] OPAC suggestions do not display news for logged in branch In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28597 Katrin Fischer changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Opac suggestions do not |OPAC suggestions do not |display news for logged in |display news for logged in |branch |branch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:02:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:02:46 +0000 Subject: [Koha-bugs] [Bug 28668] New: typo in Koha Manual 21.05 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28668 Bug ID: 28668 Summary: typo in Koha Manual 21.05 Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Documentation Assignee: koha-bugs at lists.koha-community.org Reporter: e.betemps at gmail.com QA Contact: testopia at bugs.koha-community.org Hi, here is the original string (in faq.po) **Answer**: You probably need to set a default circulation rule in your␠:ref:`Circulation and fines rules `. At the very least you will need to set a default circulation rule. his rule should be as standard rule for all libraries, 'All' itemtype', and 'All' patron category. That will catch all instances that do not match a specific rule. - I think a sentence (At the very least you will need to set a default circulation rule.) is useless because it only repeats the beginning of the string. - a "T" is missing : "This rule..." and not "his rule..." have a nice day, Manu. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:03:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:03:19 +0000 Subject: [Koha-bugs] [Bug 28668] typo in Koha Manual 21.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28668 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |21.05 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:07:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:07:24 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #12 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #9) > Sorry, but it does not with me: Tried again. I squashed the patches, and apply the changes from those 4 files only: Koha/ArticleRequest/Status.pm | 21 ++++++++++++++++----- Koha/ArticleRequests.pm | 11 +++++++++++ Koha/Template/Plugin/Biblio.pm | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt | 2 ++ And the failure appears randomly. It's a weird one, I don't understand what's going on but it's hiding something for sure. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:07:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:07:45 +0000 Subject: [Koha-bugs] [Bug 28612] Log manager_id with multipayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28612 --- Comment #3 from Martin Renvoize --- (In reply to Michal Denar from comment #2) > Jonathan, > I'm sorry. It's not the way I described it. I'll try to describe the problem > and then we'll decide whether to close this bug or take a different course > of action. > The problem occurs when the CalculateFinesOnReturn option is set to "Do". > Then the cron calculates the fines on return and the manager_id is correctly > NULL. The interface is then unable to determine who collected the payment > from the borrower. This info is only in the individual account lines, not in > the green total. Is this correct or not? I'm a little confused.. is your screenshot a report or is there a particular screen your expecting to see this detail. manager_id is only populated for staff initiated actions.. in this case I would say all the debts here are system built. (regardless of whether they've been triggered by the cron or a checkin). The 'payment' would be where the staff comes in.. so I'd expect to see the manager_id populated in the corresponding payment credit line.. If you're wanting to report against this.. I would suggest looking at how offsets link debits to credits. Does this help..? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:07:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:07:50 +0000 Subject: [Koha-bugs] [Bug 28668] typo in Koha Manual 21.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28668 e.betemps changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |e.betemps at gmail.com --- Comment #1 from e.betemps --- 3rd : This rule should be "a" standard rule for all libraries... ? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:08:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:08:44 +0000 Subject: [Koha-bugs] [Bug 28612] Log manager_id with multipayment In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28612 --- Comment #4 from Martin Renvoize --- As an asside, I'd take a look at the new and improved 'Details' display that is included in bug 22435 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:11:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:11:18 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:15:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:15:26 +0000 Subject: [Koha-bugs] [Bug 28462] TT tag on several lines break the translator tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28462 --- Comment #20 from Jonathan Druart --- (In reply to Katrin Fischer from comment #16) > Is this something we could check for in the QA test tools? We have one already """ commit 594843834db69745d4bd0debc1dfb71433542500 TT tags should not be defined on several lines That breaks our translate script See bug 18675. """ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 12:47:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 10:47:23 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #13 from Nick Clemens --- (In reply to Jonathan Druart from comment #12) > (In reply to Marcel de Rooy from comment #9) > > Sorry, but it does not with me: > > Tried again. > > I squashed the patches, and apply the changes from those 4 files only: > Koha/ArticleRequest/Status.pm | 21 > ++++++++++++++++----- > Koha/ArticleRequests.pm | 11 > +++++++++++ > Koha/Template/Plugin/Biblio.pm | 1 + > koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt | 2 ++ > > And the failure appears randomly. > > It's a weird one, I don't understand what's going on but it's hiding > something for sure. I think it is the POD in Koha/ArticleRequest/Status.pm If I remove the POD changes, commit, restart_all - the error disappears Remove my commit/readd the pod, qa passes restart_all - it fails Some somehow POD and something being cached? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:08:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:08:38 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:09:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:09:03 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:09:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:09:08 +0000 Subject: [Koha-bugs] [Bug 28399] batchRebuildItemsTables.pl error 'Already in a transaction' In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28399 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122385|0 |1 is obsolete| | --- Comment #7 from Marcel de Rooy --- Created attachment 122611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122611&action=edit Bug 28399: Remove txn error from batchRebuildItemsTables.pl Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:13:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:13:46 +0000 Subject: [Koha-bugs] [Bug 28177] Add date column and column configuration to uploads In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:13:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:13:51 +0000 Subject: [Koha-bugs] [Bug 28177] Add date column and column configuration to uploads In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28177 --- Comment #6 from Owen Leonard --- Created attachment 122612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122612&action=edit Bug 28177: (follow-up) Add time to date column -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:17:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:17:06 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #10 from Marcel de Rooy --- FAIL Koha/Account/Offsets.pm OK critic OK forbidden patterns OK git manipulation FAIL pod *** ERROR: empty =head3 in file Koha/Account/Offsets.pm *** ERROR: empty =head3 in file Koha/Account/Offsets.pm FAIL pod coverage POD is missing for filter_by_non_reversable POD is missing for filter_by_reversable -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:20:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:20:13 +0000 Subject: [Koha-bugs] [Bug 28669] New: Marc field 942 is overwritten when importing a new record Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28669 Bug ID: 28669 Summary: Marc field 942 is overwritten when importing a new record Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: klas.blomberg at skovde.se QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Marc field 942 is overwritten when importing catalogue records via Z39.50 or Staged Marc records management. Overwritten normally means deleted as union catalogues doesn't supply Koha-specific fields. The information in 942 is often quite crucial for getting the system to work correctly -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:20:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:20:44 +0000 Subject: [Koha-bugs] [Bug 28669] Marc field 942 is overwritten when importing a new record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28669 Klas Blomberg changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P2 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:23:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:23:51 +0000 Subject: [Koha-bugs] [Bug 28658] With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |michael.hafen at washk12.org --- Comment #2 from Owen Leonard --- Is this ready for testing? If so please set the status to "Needs Signoff." -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:25:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:25:12 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #11 from Marcel de Rooy --- + type => { '!=' => [ 'Writeoff', 'REFUND', 'DISCOUNT' ] } + $self->credits( { credit_type_code => [ 'WRITEOFF', 'DISCOUNT', 'REFUND' ] } )->total; Any reason for case differences here? If these three types make a special group, should we move that to a routine instead of hardcoding them here and there? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:33:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:33:22 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #12 from Marcel de Rooy --- + '-and' => { '!=' => 'WRITEOFF' }, + { '!=' => 'REFUND' }, { '!=' => 'DISCOUNT' } What about: -not_in => [1, 2, 3] -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:55:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:55:52 +0000 Subject: [Koha-bugs] [Bug 28670] New: api/v1/patrons_holds.t is failing randomly Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670 Bug ID: 28670 Summary: api/v1/patrons_holds.t is failing randomly Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Test Suite Assignee: chris at bigballofwax.co.nz Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: tomascohen at gmail.com First time we get this one (Koha_Master/1700): 12:01:12 koha_1 | # Failed test 'Holds retrieved' 12:01:12 koha_1 | # at t/db_dependent/api/v1/patrons_holds.t line 56. 12:01:12 koha_1 | # Structures begin differing at: 12:01:12 koha_1 | # $got->[0]{hold_id} = '256' 12:01:12 koha_1 | # $expected->[0]{hold_id} = '255' 12:01:12 koha_1 | # Looks like you failed 1 test of 9. 12:01:12 koha_1 | 12:01:12 koha_1 | # Failed test 'list() tests' 12:01:12 koha_1 | # at t/db_dependent/api/v1/patrons_holds.t line 70. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:55:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:55:52 +0000 Subject: [Koha-bugs] [Bug 24813] api/v1/holds.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24813 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28670 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:57:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:57:02 +0000 Subject: [Koha-bugs] [Bug 28670] api/v1/patrons_holds.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |25551 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 [Bug 25551] [OMNIBUS] Some tests are failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:57:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:57:02 +0000 Subject: [Koha-bugs] [Bug 25551] [OMNIBUS] Some tests are failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25551 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28670 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28670 [Bug 28670] api/v1/patrons_holds.t is failing randomly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 13:59:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 11:59:14 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #13 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #9) > Still needs tests updating. > > I'm not 100% sure about the mechanism if I'm honest... re-embursing the > patron now has two differing options that have pretty different outcomes.. I > almost feel like we should offer a system preference for the two ways of > recording the history. > > With this patch, the cancel method will 'reverse' any applied payment > offsets.. thus giving back any outstanding balance to the original credit. > (In the UI we actually still prevent 'Cancellation' on lines that have any > such offsets however.. we only allow cancellation if no payments have been > made but we do now allow discounted/written off debts to be cancelled). > > The 'refund' option will add a refund accountline and immediately apply it > to the debt.. any outstanding balance is then left on the 'refund' line > which is returned from the method.. which can then be 'paid out'. I'm was > thinking it would be nice to split the 'refund' and 'refund credit'. So > this doesn't 'reverse' payments.. it adds a new 'credit' instead.. which can > be immediately paid out. > > Thoughts Still need to get a better understanding of what is happening in Accounts. But intuitively the whole operation seems too complicated to me now. As a first observation :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:03:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:03:12 +0000 Subject: [Koha-bugs] [Bug 28615] Add a simple way to mock Koha::Logger In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28615 --- Comment #33 from Tomás Cohen Arazi --- (In reply to Jonathan Druart from comment #32) > I thought we would need to mock it for every test where Koha::Logger was > used. > > But I added a Koha::Logger->get->warn call to AddIssue and > t/db_dependent/Circulation.t is passing. Maybe we need to do something along this lines, so no call to the logger remains untested: https://metacpan.org/dist/Test-NoWarnings/source/lib/Test/NoWarnings.pm#L45 I thought about writing something like that but wasn't sure, and decided to see how things go with the implementation I proposed. > Did you explain why t/Auth_with_shibboleth.t was failing with the following > error/warning? > t/Auth_with_shibboleth.t .. 1/17 Log::Log4perl configuration looks > suspicious: No loggers defined at /usr/share/perl5/Log/Log4perl/Config.pm > line 325. That error points to an empty configuration. Not sure what you mean. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:11:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:11:06 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #14 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #4) > If we would end up with a bunch of accountlines that sum up to zero in the > end, how does Koha actually close these lines instead of keeping them open > forever while they could be done away with? misc/cronjobs/reconcile_balances ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:16:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:16:56 +0000 Subject: [Koha-bugs] [Bug 27049] Add a script to bulk writeoff debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #23 from Marcel de Rooy --- Should this script have been placed in another folder than cronjobs ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:20:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:20:56 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121117|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize --- Created attachment 122613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122613&action=edit Bug 28374: Convert printreceipt to use GetPreparedLetter This patch converts the point of sale receipt printer controller to using GetPreparedLetter instead of calling getletter directly. Test plan 1/ Try printing a point of sale receipt before and after applying the patch 2/ No change should result. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:21:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:21:30 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:21:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:21:38 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:22:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:22:50 +0000 Subject: [Koha-bugs] [Bug 27049] Add a script to bulk writeoff debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27049 --- Comment #24 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #23) > Should this script have been placed in another folder than cronjobs ? Well.. I was envisaging it used regularly so cronjobs made sense to me.. it goes hand in hand with cleanup database. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:25:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:25:28 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #15 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #11) > + type => { '!=' => [ 'Writeoff', 'REFUND', 'DISCOUNT' ] > } > > + $self->credits( { credit_type_code => [ 'WRITEOFF', 'DISCOUNT', > 'REFUND' ] } )->total; > > Any reason for case differences here? Legacy: Offsets had 'Writeoff' but accountlines had 'WRITEOFF'.. we switch from using the offset type to using the accountline type in this line (as is expected with bug 22435) > If these three types make a special group, should we move that to a routine > instead of hardcoding them here and there? Indeed, I started working on that as can be seen in the filter_by's added to Koha::Account::Offsets.. I can now start using those and add proper tests. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:26:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:26:10 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #16 from Martin Renvoize --- (In reply to Marcel de Rooy from comment #12) > + '-and' => { '!=' => 'WRITEOFF' }, > + { '!=' => 'REFUND' }, { '!=' => 'DISCOUNT' } > > What about: > -not_in => [1, 2, 3] Damn.. why didn't I spot that! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:30:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:30:22 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |21325 Version|21.05 |unspecified CC| |jonathan.druart+koha at gmail. | |com --- Comment #6 from Jonathan Druart --- This is caused by commit da9006b20dc7439259043822902e05d392df7351 Bug 21325: Prevent authentication when sending userid and password in querystring Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325 [Bug 21325] Prevent authentication when sending userid and password via querystring parameters -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:30:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:30:22 +0000 Subject: [Koha-bugs] [Bug 21325] Prevent authentication when sending userid and password via querystring parameters In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21325 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28660 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 [Bug 28660] Self checkout is not automatically logging in -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:34:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:34:01 +0000 Subject: [Koha-bugs] [Bug 28662] Not possible to log out of patron account in OPAC with JavaScript disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.11 |master Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:35:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:35:51 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:35:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:35:55 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121610|0 |1 is obsolete| | Attachment #121611|0 |1 is obsolete| | --- Comment #14 from Nick Clemens --- Created attachment 122614 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122614&action=edit Bug 28373: Unit test -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:36:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:36:01 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 --- Comment #15 from Nick Clemens --- Created attachment 122615 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122615&action=edit Bug 28373: Add PassItemMarcToXSLT system preference Default stylesheets do not reference item fields for XSLT display, however, we spend time translating the values in the item fields. This patch adds a system preference, PassItemMarcToXSLT. and unless enabled we remove item fields before processing To test: 1 - Perform some search on the staff client and opac 2 - Use the console (F12) to view the time spent on the network tab 3 - Note performance 4 - Apply patch, updatedatabase, restart_all 5 - Repeat searches 6 - Note that display has not changed 7 - Note performance, results should display slightly faster -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:36:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:36:07 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 --- Comment #16 from Nick Clemens --- Created attachment 122616 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122616&action=edit Bug 28373: (QA follow-up) Fix typo in system preference description -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:47:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:47:00 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 --- Comment #17 from Katrin Fischer --- Hi Nick, if it's only the unit tests I am happy to leave my sign-off - but I can also come back for QA. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:48:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:48:14 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:50:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:50:16 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #7 from Jonathan Druart --- Created attachment 122617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122617&action=edit Bug 28660: (bug 21325 follow-up) Fix auto self check -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:51:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:51:20 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|oleonard at myacpl.org |dcook at prosentient.com.au --- Comment #8 from Jonathan Druart --- This patch is just adding more confusion to C4::Auth and make it even more fragile. Better alternative welcomed! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 14:53:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 12:53:35 +0000 Subject: [Koha-bugs] [Bug 28665] perl Text::CSV::Unicode module is required, but missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28665 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Jonathan Druart --- It's not required, it's a recommandation: cpanfile:recommends 'Text::CSV::Unicode', '0.40'; It's used for tests. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:02:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:02:52 +0000 Subject: [Koha-bugs] [Bug 28576] Add patron image in patron detail section does not specify image size limit In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28576 Salman Ali changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122423|0 |1 is obsolete| | --- Comment #7 from Salman Ali --- Created attachment 122618 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122618&action=edit Bug 28576: Add patron image in patron detail section does not specify image size limit When you try to add an image to a patron in Home/Patrons/anyPatron, it only states the file types that are supported but not the maximum size. If you try to add an image that is bigger than 500 kb, nothing happens and the reason is not presented. This is not the case with the 2 other places where we can add patron images in which they give warnings: Home/Tools/Upload patron images Home/Tools/Patron card creator/Images For now, i simply added the size limit to the file supported message. To test: 1)Search for any patron and go to his page 2)Hover over the image area on the left and click on add 3)Notice the message above the choose file button only specifies file types not size. 4)Add an image bigger than 500 kb 5)Nothing happens 6)Apply patch 7)Repeat steps from 1 to 3 8)Notice the message now includes the maximum size Signed-off-by: David Nind Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:08:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:08:43 +0000 Subject: [Koha-bugs] [Bug 28662] Not possible to log out of patron account in OPAC with JavaScript disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:08:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:08:46 +0000 Subject: [Koha-bugs] [Bug 28662] Not possible to log out of patron account in OPAC with JavaScript disabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28662 --- Comment #1 from Owen Leonard --- Created attachment 122619 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122619&action=edit Bug 28662: Not possible to log out of patron account in OPAC with JavaScript disabled This patch adds a "Log out" link to the OPAC header which is hidden by CSS when JavaScript is enabled. To test, apply the patch and rebuild the OPAC CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). - Log in to the OPAC with JavaScript disabled in your browser. - In the header next to the logged-in user's name there should be a "Log out." link. - Confirm that it logs the user out. - Enable JavaScript and repeat the process to confirm that the new logout link doesn't appear. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:11:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:11:17 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122604|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize --- Created attachment 122620 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122620&action=edit Bug 28656: Update the cancel method for paid debts This patch updates the cancel method to allow cancellation of debts that have been partially or fully paid off. Payments will be included in the cancellation amount allowing for later use as credit. Discounts, Writeoffs and Refunds are excluded from the cancellation amount. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:11:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:11:23 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122605|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize --- Created attachment 122621 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122621&action=edit Bug 28656: Improve the transaction history This patch improves the transaction history for a cancellation action. Test plan 1/ Set up a complex transaction that takes in various actions against an accountline; for example 1a/ Add a manual debt for 25.00 1b/ Discount that debt by 5.00 1c/ Writeoff 2.50 from that debt 1d/ Writeoff 7.50 from that debt 1e/ Void the 7.40 Writeoff 1f/ Pay 3.50 of that debt 2/ Cancel the debt 3/ Looks at the 'Details' view for the debt 3a/ Confirm that all the original actions appear followed by the cancellation amount of the original debt amount minus any reductions (discounts, writeoffs) 3b/ After the cancellation line you should see some reversals for non-reduction type offsets (i.e. payments) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:11:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:11:27 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122606|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize --- Created attachment 122622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122622&action=edit Bug 28656: Allow cancellations in the UI This allows cancellation against "reduced" as well as "unpaid" debts. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:23:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:23:17 +0000 Subject: [Koha-bugs] [Bug 28661] Browser controls on the OPAC detail pages are sometime weird In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28661 --- Comment #1 from Owen Leonard --- Does the "busc" session param get reset when the user logs in? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:23:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:23:21 +0000 Subject: [Koha-bugs] [Bug 28666] Locale::XGettext::TT2 shows as missing in about.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28666 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com --- Comment #1 from Jonathan Druart --- Shouldn't we search for Locale::XGettext instead? libtemplate-plugin-gettext-perl is bringing * /usr/share/perl5/Locale/XGettext/TT2.pm * /usr/share/perl5/Template/Plugin/Gettext.pm Locale::XGettext::TT does not have a specific version (either a bug or it's supposed to return the Locale::XGettext version?) /usr/share/perl5/Locale/XGettext.pm is installed via liblocale-xgettext-perl But Locale::XGettex is missing from cpanfile. Not sure what to do here. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:23:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:23:51 +0000 Subject: [Koha-bugs] [Bug 28666] Locale::XGettext::TT2 shows as missing in about.pl page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28666 --- Comment #2 from Jonathan Druart --- diff --git a/cpanfile b/cpanfile index 6e13f049320..70dd516d449 100644 --- a/cpanfile +++ b/cpanfile @@ -144,7 +144,7 @@ recommends 'Gravatar::URL', '1.03'; recommends 'HTTPD::Bench::ApacheBench', '0.73'; recommends 'LWP::Protocol::https', '5.836'; recommends 'Lingua::Ispell', '0.07'; -recommends 'Locale::XGettext::TT2', '0.7'; +recommends 'Locale::XGettext', '0.7'; recommends 'Module::Bundled::Files', '0.03'; recommends 'Module::Load::Conditional', '0.38'; recommends 'Module::Pluggable', '3.9'; It makes it looks ok but feels wrong. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:24:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:24:16 +0000 Subject: [Koha-bugs] [Bug 28621] Make circulation conditions visible for patrons in patron account In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28621 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|oleonard at myacpl.org |koha-bugs at lists.koha-commun | |ity.org Version|unspecified |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:40:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:40:06 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:40:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:40:09 +0000 Subject: [Koha-bugs] [Bug 22544] Move C4:NewsChannels to Koha namespace In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22544 --- Comment #218 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:41:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:41:21 +0000 Subject: [Koha-bugs] [Bug 28646] when I'm on the circulation screen and I want to go back to home nor return In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28646 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |jonathan.druart+koha at gmail. | |com Severity|major |minor Status|NEW |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:45:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:45:10 +0000 Subject: [Koha-bugs] [Bug 28650] Assumed branchcode variable appears to be empty In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |22880 CC| |jonathan.druart+koha at gmail. | |com --- Comment #3 from Jonathan Druart --- Owen, can you have a look at this please? Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 [Bug 22880] Convert opacheader system preference to news block -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:45:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:45:10 +0000 Subject: [Koha-bugs] [Bug 22880] Convert opacheader system preference to news block In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22880 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28650 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28650 [Bug 28650] Assumed branchcode variable appears to be empty -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:46:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:46:01 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #20 from Marcel de Rooy --- $me.amount => { '<' => 0 } $me . amount => { '<' => 0 } Looks like syntax error ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:47:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:47:02 +0000 Subject: [Koha-bugs] [Bug 28645] write off fine on selected items does not pay against those lines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28645 --- Comment #2 from Bernard --- Hi Katrin, I think you are right and the descriptions do match. I applied the patch and it now works. They are on 19.11.10 for info and upgrading shortly so all should be well. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 15:47:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 13:47:56 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #21 from Marcel de Rooy --- Something triggered [2021/07/06 13:41:34] [WARN] CGI::param called in list context from /usr/share/koha/members/boraccount.pl line 57, this can lead to vulnerabilities. See the warning in "Fetching the value or values of a single named parameter" at /usr/share/perl5/CGI.pm line 412. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:11:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:11:54 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 --- Comment #22 from Marcel de Rooy --- can_be_cancelled: return $self->debit_offsets->filter_by_reversable->count ? 1 : 0; What is the exact reasoning behind this? Dumb question: but if there is no reversible offset yet, this does not necessarily mean that the line cant be cancelled?? And that combined with the following template code: [% IF account.is_debit && account.status != 'CANCELLED' && !(account.debit_type_code == 'PAYOUT') && !(account.debit_type_code == 'VOID') && !account.can_be_cancelled %]
    I am reading: If this account line can NOT be cancelled, then present a cancel form ? Slightly confusing :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:13:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:13:28 +0000 Subject: [Koha-bugs] [Bug 28656] Cancellations should be allowed on paid/partially paid debts In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28656 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #23 from Marcel de Rooy --- Needs some adjustment/feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:19:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:19:14 +0000 Subject: [Koha-bugs] [Bug 27946] Add a charge per article request to patron categories configuration In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27946 --- Comment #31 from Marcel de Rooy --- (In reply to Martin Renvoize from comment #29) > Well.. I deliberately didn't set it as a hard dependency yet.. the follow-up > was meant as a hint to where we might want to go with this having discussed > it with Tomas :). Still seems to me that the idea of Agustin on its own is simpler. Perhaps it needs a bit of attention (checks). But adding a credit and let the cronjob reconcile the balance somehow, whats actually wrong with that? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:44:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:44:13 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #14 from Marcel de Rooy --- (In reply to Nick Clemens from comment #13) > I think it is the POD in Koha/ArticleRequest/Status.pm > > If I remove the POD changes, commit, restart_all - the error disappears > > Remove my commit/readd the pod, qa passes > restart_all - it fails > > Some somehow POD and something being cached? Altough the POD could be improved, podchecker does not complain about it. The coverage is not complete, but no problem? The relation with something in the cache is weird? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:54:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:54:54 +0000 Subject: [Koha-bugs] [Bug 28657] Expand branches.branchip to allow for multiple space separated ip ranges In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28657 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:55:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:55:28 +0000 Subject: [Koha-bugs] [Bug 28658] With SearchMyLibraryFirst if library isn't set for the opac, try to guess it by checking branchip In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28658 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:56:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:56:18 +0000 Subject: [Koha-bugs] [Bug 28642] Add IndependentBranches syspref to hide other items and libraries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28642 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 16:57:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 14:57:46 +0000 Subject: [Koha-bugs] [Bug 28303] Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303 Michael Hafen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 17:06:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 15:06:29 +0000 Subject: [Koha-bugs] [Bug 24387] Rename News tool In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24387 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|koha-bugs at lists.koha-commun |jonathan.druart+koha at gmail. |ity.org |com -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 20:25:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 18:25:50 +0000 Subject: [Koha-bugs] [Bug 28671] New: Ahahb Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28671 Bug ID: 28671 Summary: Ahahb Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Browser compatibility Assignee: oleonard at myacpl.org Reporter: skyzixploit at gmail.com QA Contact: testopia at bugs.koha-community.org Created attachment 122623 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122623&action=edit ababanabak Ahaaja -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 20:27:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 18:27:44 +0000 Subject: [Koha-bugs] [Bug 28671] SPAM In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28671 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Ahahb |SPAM Resolution|--- |INVALID Status|NEW |RESOLVED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Tue Jul 6 22:25:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 20:25:36 +0000 Subject: [Koha-bugs] [Bug 28071] Ability to batch remove titles from a list In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28071 Rhiana changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rmcompton at arlingtonva.us --- Comment #1 from Rhiana --- I would find this helpful as well. As it stands, I have to create a 2nd list if I want to pull anything out! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 00:13:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 22:13:05 +0000 Subject: [Koha-bugs] [Bug 28645] write off fine on selected items does not pay against those lines In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28645 --- Comment #3 from Katrin Fischer --- Thx for the feedback! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 01:18:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Tue, 06 Jul 2021 23:18:01 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #9 from David Cook --- (In reply to Jonathan Druart from comment #8) > This patch is just adding more confusion to C4::Auth and make it even more > fragile. Better alternative welcomed! I do have an idea, but it would require a few changes. Basically, it would be performing the autoselfcheck authentication before get_template_and_user and then passing a session object into get_template_and_user() through to checkauth(). I've done the same thing on some other patches, but have cheated each time by copying code rather than refactoring, so they're paused at the moment. We could refactor though and that would open up so many auth possibilities. But my idea will take some time and effort. Since this problem affects 21.05.x, my idea probably isn't feasible. Maybe the safest option is to just revert bug 21325. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:00:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:00:28 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 --- Comment #3 from Victor Grousset/tuxayo --- outrageous fix: $driver->get($mainpage); $driver->get($mainpage); It should still eventually fail but the probability will be: once in "a few dozen times" x "a few dozen times" So much lower :D -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:13:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:13:01 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 --- Comment #4 from Victor Grousset/tuxayo --- Created attachment 122624 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122624&action=edit Bug 28647: Selenium lib: make error handler fail gracefully Quitting the driver makes all the next use of Selenium in the file fail. And go to te error handler where it fails again and goes to the error handler. Now it just fails the current test and continues. I don't know how this wasn't an issue in the previous work on the test suite. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:13:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:13:06 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 --- Comment #5 from Victor Grousset/tuxayo --- Created attachment 122625 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122625&action=edit Bug 28647: Wait for elements to load + do twice an unreliable operation Confirmed by 1000 passing runs. After testing: removing any of the 3 fixes almost surely causes a fail in less than 200 runs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:16:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:16:37 +0000 Subject: [Koha-bugs] [Bug 28647] administration_tasks.t is failing randomly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28647 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:56:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:56:09 +0000 Subject: [Koha-bugs] [Bug 20529] Return to results link is truncated when the search contains a double quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:56:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:56:14 +0000 Subject: [Koha-bugs] [Bug 20529] Return to results link is truncated when the search contains a double quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120816|0 |1 is obsolete| | --- Comment #23 from Fridolin Somers --- Created attachment 122626 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122626&action=edit Bug 20529: Fix "Return to results" link broken by a double quote (in the search query) cause: decodeURIComponent used when URI encoding was necessary. (At least in main usecase of this feature) It could have been a copy and paste error. From the above browseRecords() function. == Test plan == 1. Search in the staff catalogue «a "alice"» Replace a and alice with whatever than will return a result for you 2. Click on the first result 3. Check the "Return to results" link It should be like staff_url://cgi-bin/koha/catalogue/search.pl?idx=kw&q=a This is the bug. Because when clicking the link, your search will be 'kw,wrdl: a' instead of 'kw,wrdl: a "alice"' 4. Apply this patch. 5. Search in the staff catalogue «a "alice"» Replace a and alice with whatever than will return a result for you 6. Click on the first result 7. Check the "Return to results" link The link should preserve the full query Signed-off-by: Séverine QUEUNE Signed-off-by: Nick Clemens Signed-off-by: Fridolin Somers -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 02:57:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 00:57:36 +0000 Subject: [Koha-bugs] [Bug 20529] Return to results link is truncated when the search contains a double quote In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20529 --- Comment #24 from Fridolin Somers --- I totally reproduce bug and patch fixes it. We already see : decodeURIComponent(current_search.limit) It is logical to use : decodeURIComponent(current_search.query) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 03:04:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 01:04:13 +0000 Subject: [Koha-bugs] [Bug 28303] Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 03:58:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 01:58:03 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #18 from wainuiwitikapark at catalyst.net.nz --- Sorry this, hasn't actually been backported to 19.11.x yet I made an error I was meant to be updating Bug 28487 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 03:59:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 01:59:02 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldoldoldstable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 03:59:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 01:59:27 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00,21.05.01,20.11.07, |21.11.00,21.05.01,20.11.07, released in|20.05.13,19.11.20 |20.05.13 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:00:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:00:11 +0000 Subject: [Koha-bugs] [Bug 28487] Overdue_notices does not fall back to default language In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28487 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00,21.05.01,20.11.07, |21.11.00,21.05.01,20.11.07, released in|20.05.13 |20.05.13,19.11.20 Status|Pushed to oldoldstable |Pushed to oldoldoldstable --- Comment #20 from wainuiwitikapark at catalyst.net.nz --- Backported to 19.11.x for 19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:09:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:09:52 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #19 from wainuiwitikapark at catalyst.net.nz --- There are conflicts when trying to backport this to 19.11.x. Is this needed for 19.11.x? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:10:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:10:45 +0000 Subject: [Koha-bugs] [Bug 28503] When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503 --- Comment #26 from wainuiwitikapark at catalyst.net.nz --- Should this be backported to 19.11.x for 19.11.20? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:27:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:27:29 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #24 from Fridolin Somers --- tpubdate is on 100a_/8-11, must be only 100a_/8 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:41:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:41:51 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #25 from Fridolin Somers --- leader_/1-5 seems wrong, its leader_/0-4 like in MARC21 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:44:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:44:29 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #26 from Fridolin Somers --- (In reply to Fridolin Somers from comment #25) > leader_/1-5 seems wrong, its leader_/0-4 like in MARC21 For llength I mean -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 04:51:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 02:51:37 +0000 Subject: [Koha-bugs] [Bug 28503] When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503 --- Comment #27 from Victor Grousset/tuxayo --- I would say that all >= to major should. But if it conflicts and is hard to test then just leave it until someone says they need it. In that case they should help test it ^^ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 05:09:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 03:09:31 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #27 from Fridolin Somers --- char-encoding is on 100a. Its missing ranges. In zebra it is : 26-27, 28-29 and 30-31 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 05:17:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 03:17:37 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #28 from Fridolin Somers --- same for : modified-code => 100a_/21 script-title => 100a_/34-35 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 05:46:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 03:46:11 +0000 Subject: [Koha-bugs] [Bug 20390] Elasticsearch - Mappings for UNIMARC (updates existing) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20390 --- Comment #29 from Fridolin Somers --- ff8 fields also : ff8-18 : 110a_/1 ff8-18-21 : 105a_/0 ff8-18-21 : 105a_/1 ff8-18-21 : 105a_/2 ff8-18-21 : 105a_/3 ff8-19 : 110a_/2 ff8-21 : 110a_/0 ff8-23 : 106a ff8-29 : 105a_/8 ff8-29 : 110a_/7 ff8-30 : 105a_/9 ff8-31 : 105a_/10 ff8-31 : 110a_/9 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 06:25:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 04:25:17 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #355 from David Cook --- Also noting that there is no mention of hold groups in the OPAC, but hopefully that won't be too hard to add... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 08:12:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 06:12:50 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #356 from David Cook --- Created attachment 122627 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122627&action=edit Bug 15516: Show user's hold groups to user via OPAC This patch shows the item-level and bib-level holds in a hold group for the user's holds in the OPAC. This includes both the opac-user.pl page and the self-checkout hold display. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 09:49:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 07:49:40 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122614|0 |1 is obsolete| | --- Comment #18 from Emmi Takkinen --- Created attachment 122628 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122628&action=edit Bug 28373: Unit test Signed-off-by: Emmi Takkinen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 09:50:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 07:50:12 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122615|0 |1 is obsolete| | --- Comment #19 from Emmi Takkinen --- Created attachment 122629 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122629&action=edit Bug 28373: Add PassItemMarcToXSLT system preference Default stylesheets do not reference item fields for XSLT display, however, we spend time translating the values in the item fields. This patch adds a system preference, PassItemMarcToXSLT. and unless enabled we remove item fields before processing To test: 1 - Perform some search on the staff client and opac 2 - Use the console (F12) to view the time spent on the network tab 3 - Note performance 4 - Apply patch, updatedatabase, restart_all 5 - Repeat searches 6 - Note that display has not changed 7 - Note performance, results should display slightly faster Signed-off-by: Emmi Takkinen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 09:50:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 07:50:47 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122616|0 |1 is obsolete| | --- Comment #20 from Emmi Takkinen --- Created attachment 122630 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122630&action=edit Bug 28373: (QA follow-up) Fix typo in system preference description Signed-off-by: Emmi Takkinen -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 09:50:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 07:50:56 +0000 Subject: [Koha-bugs] [Bug 28373] Items fields not used in default XSLT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28373 Emmi Takkinen changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:25:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:25:35 +0000 Subject: [Koha-bugs] [Bug 24190] Add additional Acquisition logging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24190 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |nick at bywatersolutions.com |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:28:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:28:40 +0000 Subject: [Koha-bugs] [Bug 28340] Provide improved display of ILL request metadata in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120914|0 |1 is obsolete| | --- Comment #2 from Martin Renvoize --- Created attachment 122631 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122631&action=edit Bug 28340: Alphabetise metadata for notices This commit sorts metadata by key prior to preparing a notice with it Test plan: - Do not apply patch - Create a report with the following SQL: SELECT * FROM message_queue; - Create an ILL request with plenty of metadata - Go to "Manage request" - Send a notice to a patron - Run the report created earlier => TEST: - Observe that the metadata is in random order - Apply the patch - Create an ILL request with plenty of metadata - Go to "Manage request" - Send a notice to a patron - Run the report created earlier => TEST: - Observe that the metadata is now sorted alphabetically by key Signed-off-by: Jill Tivey -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:30:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:30:00 +0000 Subject: [Koha-bugs] [Bug 28340] Provide improved display of ILL request metadata in notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28340 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #3 from Martin Renvoize --- Attached signed off patch on behalf of Jill Tavey from Scottish Government. She's tested this thoroughly and is happy to sign-off.. being ILL it's difficult to test with a sandbox so it was set up on a test system for her and she asked me to update bugzilla on her behalf. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:32:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:32:51 +0000 Subject: [Koha-bugs] [Bug 27170] ILL availability should be able to display arbitrary links to related resources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122167|0 |1 is obsolete| | --- Comment #13 from Martin Renvoize --- Created attachment 122632 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122632&action=edit Bug 27170: Add support for new 'links' property This commit adds support for the new 'links' property that will allow an availability plugin to return an array of links for a result. These links are parsed and appended to the title field of a results record. Signed-off-by: Holly Cooper Signed-off-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:32:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:32:55 +0000 Subject: [Koha-bugs] [Bug 27170] ILL availability should be able to display arbitrary links to related resources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122168|0 |1 is obsolete| | --- Comment #14 from Martin Renvoize --- Created attachment 122633 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122633&action=edit Bug 27170: Fix bug with undefined 'links' If a row object doesn't have a 'links' property, calling 'length' on it will fail. This commit fixes this. Signed-off-by: Holly Cooper Signed-off-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:32:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:32:59 +0000 Subject: [Koha-bugs] [Bug 27170] ILL availability should be able to display arbitrary links to related resources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122169|0 |1 is obsolete| | --- Comment #15 from Martin Renvoize --- Created attachment 122634 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122634&action=edit Bug 27170: Fix bug fix This commit fixes the incorrect bug fix from the previous commit Signed-off-by: Holly Cooper Signed-off-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:33:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:33:35 +0000 Subject: [Koha-bugs] [Bug 27170] ILL availability should be able to display arbitrary links to related resources In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27170 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize at ptfs-europe | |.com --- Comment #16 from Martin Renvoize --- Additionally tested after an upgrade by Barry Cannon and a group of their customers. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:07 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121995|0 |1 is obsolete| | --- Comment #55 from Martin Renvoize --- Created attachment 122635 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122635&action=edit Bug 27378: Add new 'modaljs' syspref type This commit adds a new 'modaljs' syspref type. This is similar to the existing 'modalselect' syspref type but instead of using a file to create a list of selectable options which are displayed in the modal, it assumes that anything can happen within the modal driven by JS, and whatever happens is going to return a string, that will be saved as the syspref value. In our case, the string will be all the details of the “chunks” concatenated into a string Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:12 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121996|0 |1 is obsolete| | --- Comment #56 from Martin Renvoize --- Created attachment 122636 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122636&action=edit Bug 27378: Add sysprefs This commit adds 4 new sysprefs: - CookieConsent - the master on/off for this functionality - ConsentJS - The configuration for JS code that requires consent prior to running. - CookieConsentBar: Allows the admin to specify the HTML that will be displayed in the consent bar that appears at the bottom of the page - CookieConsentPopup: Allows the admin to specify the HTML that will be displayed in the cookie consent popup Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:17 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121997|0 |1 is obsolete| | --- Comment #57 from Martin Renvoize --- Created attachment 122637 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122637&action=edit Bug 27378: Add JS to power modaljs This commit adds the Javascript that provides the functionality within the consentJS modaljs modal. It provides the ability to display the current state of any consentJS values and to amend them, as well as add new ones. There is also some refactoring of the existing modalselect functions to allow re-use of existing code between modalselect & modaljs. This refactoring has been minimal and consists of abstracting functionality into functions to allow more wide use. Styles for the consentJS UI were also added. Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:22 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121998|0 |1 is obsolete| | --- Comment #58 from Martin Renvoize --- Created attachment 122638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122638&action=edit Bug 27378: Add cookie consent display to OPAC This commit adds the display of the cookie consent bar and modal to the OPAC. - Adds a new JSConsents template plugin that enables a template to be populated with the contents of the ConsentJS syspref in a prepared, usable form - Adds a new cookieconsent.js script that drives the display and functionality of the cookie consent bar and modal - Adds styles for the cookie consent bar and modal - Adds the creation and population of the cookie consent bar and modal, if appropriate - Adds the ability for both authenticated and unauthenticated users to view and modify their consents either via "your consents" or a new unobtrusive "Your cookies" button in the bottom right of the screen. - Adds unit test for JSConsents.pm Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:27 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121999|0 |1 is obsolete| | --- Comment #59 from Martin Renvoize --- Created attachment 122639 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122639&action=edit Bug 27378: Add cookie consent display to staff UI This commit adds the display of the cookie consent bar and modal to the staff interface: - Adds a new cookieconsent.js script that drives the display and functionality of the cookie consent bar and modal - Adds styles for the cookie consent bar and modal - Adds the creation and population of the cookie consent bar and modal, if appropriate Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:31 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122000|0 |1 is obsolete| | --- Comment #60 from Martin Renvoize --- Created attachment 122640 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122640&action=edit Bug 27378: Move "Your cookies" to existing bar The new "Your cookies" button that appeared at the bottom right when an unauthenticated user had made their cookie consent selections wasn't ideal. It has now been moved to the top bar, next to "Lists", this feels like a much more sensible place for it. Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:36 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122001|0 |1 is obsolete| | --- Comment #61 from Martin Renvoize --- Created attachment 122641 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122641&action=edit Bug 27378: Delete cookies when consent removed We have provided the ability for a user to remove previously granted consent, but we were not removing the cookie associated with that consent. This was a complete oversight on my part. I've introduced an additional bit of metadata for each "consent" defined in the ConsentJS syspref, this allows the admin defining a "consent" to specify a string (which is treated as a regex) that allows us to identify a cookie name associated with that consent. So, for example, if Google Analytics was being added, an identifying string might be '_ga'. This allows us to subsequently remove a cookie that a previously granted consent has set. This commit also adds some missing 'html' filters in koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc and koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-bottom.inc Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:37:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:37:40 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122002|0 |1 is obsolete| | --- Comment #62 from Martin Renvoize --- Created attachment 122642 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122642&action=edit Bug 27378: Add cookie domain and path A subtlety I missed was that some tracking services, such as Google Analytics, specify a cookie domain and path that differ from the default. E.g. on a site with a domain of demostaff.koha-ptfs.co.uk, the GA cookie will have a domain of '.koha-ptfs.co.uk' and a path of '/', even though the cookie may have been set at a different path. Both of these things makes sense, but of course unless we also specify both of those things when we try to delete a previously set cookie, we cannot. Therefore, I have added two more bits of metadata to each "consent", Cookie Domain and Cookie Path. It is necessary for an admin creating a "consent" entry to know and specify these values. They can be established by looking a cookie set by the service being configured. This adds more complexity to setting up a consent, but we cannot remove previously set cookies without it. Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:38:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:38:40 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #63 from Martin Renvoize --- Thoroughly tested by Barry Cannon (and their customers the Institutes of Technology consortium, Ireland). Add SO lines at their request. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:40:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:40:21 +0000 Subject: [Koha-bugs] [Bug 22531] Allow for multiple requests to partners and display partners in audit log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118843|0 |1 is obsolete| | --- Comment #9 from Martin Renvoize --- Created attachment 122643 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122643&action=edit Bug 22531: Add logging & display of req partners This patch adds: - The ability to send request to partners multiple times. - Logging of requested partners - Display of requested partners in "ILL Request Log" display Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:40:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:40:26 +0000 Subject: [Koha-bugs] [Bug 22531] Allow for multiple requests to partners and display partners in audit log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118844|0 |1 is obsolete| | --- Comment #10 from Martin Renvoize --- Created attachment 122644 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122644&action=edit Bug 22531: Add unit tests Add tests for new and modified methods Signed-ff-by: Barry Cannon -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:41:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:41:21 +0000 Subject: [Koha-bugs] [Bug 22531] Allow for multiple requests to partners and display partners in audit log In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22531 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #11 from Martin Renvoize --- Signed off by Barry Cannon on behalf of the Institutes of Technology, whom he supports. Testing was undertaken at multiple sites and is now in live use. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:43:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:43:35 +0000 Subject: [Koha-bugs] [Bug 22614] Request migration from one backend to another should not create new request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #87357|0 |1 is obsolete| | --- Comment #5 from Martin Renvoize --- Created attachment 122645 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122645&action=edit Bug 22614: Migrate original request This patch changes an active request's backend and initiates the migration on that request, rather than creating another and migrating that. The majority of the work to accomplish this bug is being carried out in the backends, since Koha delegates migrations to them. Signed-off-by: Barry Cannon Signed-off-by: Assumpta Byrne -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:44:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:44:16 +0000 Subject: [Koha-bugs] [Bug 22614] Request migration from one backend to another should not create new request In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22614 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:55:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:55:26 +0000 Subject: [Koha-bugs] [Bug 27378] Enable compliance with EU Cookie Legislation via cookie consent In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27378 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 10:57:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 08:57:18 +0000 Subject: [Koha-bugs] [Bug 28303] Having multiple pluginsdir causes plugin_upload to try to write to the opac-tmpl folder In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28303 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 11:08:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 09:08:37 +0000 Subject: [Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 --- Comment #4 from Fridolin Somers --- Maybe solved by Bug 28513 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 11:09:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 09:09:02 +0000 Subject: [Koha-bugs] [Bug 27575] Search "Analytics: Show analytics" broken when records title ends with ":" In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27575 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28513 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 11:09:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 09:09:02 +0000 Subject: [Koha-bugs] [Bug 28513] Analytic search links formed incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27575 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:06:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:06:38 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #10 from Marcel de Rooy --- || ( C4::Context->preference('AutoSelfCheckID') && $q_userid eq C4::Context->preference('AutoSelfCheckID') ) Feels to me that this would need some additional checks? Like AutoSelfCheckAllowed enabled? Are we here in a self checkout context? Elsewhere I see matches for the template name? Or $query->param('koha_login_context') ne 'sco' ? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:34:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:34:09 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #20 from Nick Clemens --- Created attachment 122646 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122646&action=edit Bug 28482: [19.11.x] Unit test Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Fix test rebase -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:34:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:34:13 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 --- Comment #21 from Nick Clemens --- Created attachment 122647 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122647&action=edit Bug 28482: [19.11.x] Refresh line from DB to get stored value Before checking if the amount is 0 we get the stored value from the DB. This ensures any amounts beyond the 6 digit precision we store will be removed. To test: 1 - Add a processing fee of 15 to an itemtype 2 - Add an item of that type, set the replacement fee to 12.63 3 - Set MarkLostItemsAsReturned to 'On payment' only 4 - Set WhenLostChargeReplacementFee to 'Charge' 5 - Checkout the item to a patron 6 - Mark the item lost 7 - Reload patron and confirm they are charged 27.63 8 - Go to accounting, pay amount, pay 27.63 9 - Item is still lost and not returned 10 - Apply patch 11 - Checkin the item 12 - Checkout to another patron 13 - Mark lost 14 - Patron charged 27.63 15 - Pay amount, 27.63 16 - Item returned! Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:39:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:39:19 +0000 Subject: [Koha-bugs] [Bug 28672] New: Improve EDI debug logging Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672 Bug ID: 28672 Summary: Improve EDI debug logging Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: martin.renvoize at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org There are a few cases where EDI passes a bare object to the logs.. we should update those cases to log identifiable information instead. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:45:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:45:04 +0000 Subject: [Koha-bugs] [Bug 28672] Improve EDI debug logging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672 --- Comment #1 from Martin Renvoize --- Created attachment 122648 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122648&action=edit Bug 28672: Pass itemnumber instead of item object The warn call here was passing the full item object which leads to HASH() in the logs.. this patch updates it to pass the itemnumber which is more helpful. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:45:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:45:25 +0000 Subject: [Koha-bugs] [Bug 28672] Improve EDI debug logging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 13:45:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 11:45:37 +0000 Subject: [Koha-bugs] [Bug 28672] Improve EDI debug logging In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28672 Martin Renvoize changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:21:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:21:38 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #87 from Tomás Cohen Arazi --- (In reply to wainuiwitikapark from comment #86) > (In reply to Tomás Cohen Arazi from comment #85) > > (In reply to wainuiwitikapark from comment #84) > > > (In reply to Jonathan Druart from comment #83) > > > > Wainui, I rebased the patches for 19.11.x but I'd like someone with a plugin > > > > injecting REST API route to test the patches before you push them. > > > > > > Thanks Jonathan. They applied cleanly to my branch, but I won't test and > > > push them up until the next release (19.11.20). > > > > I can test in the morning. > > Hi Tomas, > > I'm just wondering if you have had a chance to test this yet? > > Thanks, > > Wainui :) Doing it right now -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:38:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:38:22 +0000 Subject: [Koha-bugs] [Bug 28673] New: An encoded ampersand missing the ampersand Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673 Bug ID: 28673 Summary: An encoded ampersand missing the ampersand Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Lists Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:42:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:42:58 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122333|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:43:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:43:09 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122334|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:43:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:43:18 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122335|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:43:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:43:24 +0000 Subject: [Koha-bugs] [Bug 28673] An encoded ampersand missing the ampersand In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:43:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:43:28 +0000 Subject: [Koha-bugs] [Bug 28673] An encoded ampersand missing the ampersand In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673 --- Comment #1 from Marcel de Rooy --- Created attachment 122649 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122649&action=edit Bug 28673: Add missing ampersand to amp; construction Super trivial one character fix ;) Test plan: Open Your Lists from the button on main page. Click again on Your lists under Lists in the middle of the form. Verify that the URL does no longer show something like: op=listamp;category=1 Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:44:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:44:26 +0000 Subject: [Koha-bugs] [Bug 28673] An encoded ampersand missing the ampersand In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28673 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |m.de.rooy at rijksmuseum.nl |ity.org | Status|Needs Signoff |Signed Off --- Comment #2 from Marcel de Rooy --- Self signoff one character fix -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:44:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:44:34 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #88 from Tomás Cohen Arazi --- Created attachment 122650 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122650&action=edit Bug 23653: [19.11] use local copy of swagger v2 schema By default, JSON::Validator::OpenAPI tries to fetch the swagger v2 schema from http://swagger.io/v2/schema.json. If you've installed from CPAN, JSON::Validator::OpenAPI will come with a cached copy, so it won't try to fetch it over HTTP. However, if you've installed from libjson-validator-perl from Debian/Ubuntu, the Debian package excludes the cached copy, so JSON::Validator::OpenAPI tries to fetch it over HTTP. Unfortunately, today and other days in the past, the file at http://swagger.io/v2/schema.json has been unavailable, and this causes Koha to crash in a perpetual loop. This patch includes a copy of the swagger v2 schema, and it loads it locally rather than fetching over HTTP. The changes to Koha/REST/Plugin/PluginRoutes.pm are not required, since the validator isn't currently called there, but I've added a patch to future proof it. To Test: 0a) Remove /usr/share/perl5/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df if it exists 0b) Block external access to http://swagger.io/v2/schema.json or test during an outage when it's unavailable 0c) Do not apply patch 1) koha-plack --restart kohadev 2) Note that it crashes in a loop and is unavailable in web browser 3) Apply patch 4) koha-plack --restart kohadev 5) Note that Koha comes up and there are no errors in the Plack logs Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:44:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:44:44 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #89 from Tomás Cohen Arazi --- Created attachment 122651 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122651&action=edit Bug 23653: [19.11] Remove uneeded cond test rel_file returns the path anyway Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:44:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:44:52 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #90 from Tomás Cohen Arazi --- Created attachment 122652 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122652&action=edit Bug 23653: [19.11] Add license information in about.pl Signed-off-by: Tomas Cohen Arazi JD Amended patch

    The included api/swagger-v2-schema.json file is licensed under the[-the-] Apache License, Version 2.0, by the OpenAPI Initiative [-(OAI)

    -]{+(OAI).

    +} Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:46:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:46:28 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 --- Comment #91 from Tomás Cohen Arazi --- The patches work as expected. Tests pass, and I tested the GOBI plugin which adds API routes. The routes are listed in /api/v1/.html as expected, and the plugin is functional. Thanks for the rebase, Jonathan. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 14:53:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 12:53:52 +0000 Subject: [Koha-bugs] [Bug 28395] allow patron enrollment period to be set in days for patron categories In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28395 Serhij Dubyk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dubyk at ukr.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 15:30:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 13:30:55 +0000 Subject: [Koha-bugs] [Bug 28674] New: old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold" Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28674 Bug ID: 28674 Summary: old_reserves.item_level_hold and reserves.item_level_hold comments have typo "hpld" not "hold" Change sponsored?: --- Product: Project Infrastructure Version: unspecified Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Project website Assignee: wizzyrea at gmail.com Reporter: bolshawh at parliament.uk The reserves and old_reserves table schemas have typos in the comments for the item_level_hold field. The comments say "Is the hpld placed at item level" but it should be "Is the hold placed at item level". The typo is in the 21.05, 20.11, 20.05 and 19.11 versions. http://schema.koha-community.org/21_05/tables/reserves.html http://schema.koha-community.org/21_05/tables/old_reserves.html -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 16:36:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 14:36:32 +0000 Subject: [Koha-bugs] [Bug 28675] New: QOTD broken in 20.05 Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Bug ID: 28675 Summary: QOTD broken in 20.05 Change sponsored?: --- Product: Koha Version: 20.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org To recreate: 1. Go to QOTD tool (/cgi-bin/koha/tools/quotes.pl) 2. Click Add quote 3. A new quote is automatically added with Text & Source of: -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 16:37:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 14:37:26 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 16:43:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 14:43:33 +0000 Subject: [Koha-bugs] [Bug 17127] Can't hide MARC21 500 and others with NotesToHide In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17127 Pablo López Liotti changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paliotti at mdp.edu.ar --- Comment #6 from Pablo López Liotti --- Today this still don`t work. koha 20.05.11 NotesToHide syspref set to 500,520,505 works fine with 520 and 505 but 500 is in description tab. Is there an advance on this little bug? Thks -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 16:44:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 14:44:21 +0000 Subject: [Koha-bugs] [Bug 28676] New: AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 Bug ID: 28676 Summary: AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: nick at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Bug 25189 avoided creating a new auth if the match_count was greater than 1, however, when we cache auth results we don't cache match_count, so if the same heading is searched, we will create a new record again: C4/Linker/Default.pm 38 if ( $self->{'cache'}->{$search_form.$auth_type}->{'cached'} ) { 39 $authid = $self->{'cache'}->{$search_form.$auth_type}->{'authid'}; 40 $fuzzy = $self->{'cache'}->{$search_form.$auth_type}->{'fuzzy'}; 41 } -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:32:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:32:15 +0000 Subject: [Koha-bugs] [Bug 21713] ExpireReservesonHolidays not obeying calendar In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21713 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #6 from Andrew Fuerste-Henry --- (In reply to Katrin Fischer from comment #4) > So maybe we should remove ExpireReservesOnHolidays and add a third option to > ExcludeHolidaysFromMaxPickupDelay, making things work like useDaysMode? +1 on this, ExcludeHolidaysFromMaxPickupDelay should have a "push to the next open day" option. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:33:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:33:22 +0000 Subject: [Koha-bugs] [Bug 28677] New: Add the word "calendar" to the description for ExcludeHolidaysFromMaxPickupDelay Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677 Bug ID: 28677 Summary: Add the word "calendar" to the description for ExcludeHolidaysFromMaxPickupDelay Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs at lists.koha-community.org Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com In a previous bug, we standardized wording of several calendar-related sysprefs so they'd be easy to find in a single search. We should have included ExcludeHolidaysFromMaxPickupDelay in that. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:33:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:33:34 +0000 Subject: [Koha-bugs] [Bug 28677] Add the word "calendar" to the description for ExcludeHolidaysFromMaxPickupDelay In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |andrew at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:44:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:44:24 +0000 Subject: [Koha-bugs] [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:44:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:44:28 +0000 Subject: [Koha-bugs] [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 --- Comment #1 from Nick Clemens --- Created attachment 122653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122653&action=edit Bug 28676: Unit test -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:44:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:44:31 +0000 Subject: [Koha-bugs] [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 --- Comment #2 from Nick Clemens --- Created attachment 122654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122654&action=edit Bug 28676: Cache and retrieve match_count when searching a cached heading We use match_count to determine if a new authority record should be created, however, we were not adding this count to the cache, so if a record returned too many matches on first lookup, we would create a new record on the second lookup To test: 1 - Set Linker Module to 'Default' 2 - Enable AutoCreateAuthorities and BiblioAddsAuthorities and CatalogModuleRelink and LinkerRelink 3 - Add two copies of a single authority via Z39 4 - Add two headings for that authority to a bib record (e.g. a 610 and 710) 5 - Save the record and note a new authority is generated 6 - Repeat and see another is generated 7 - Apply patch 8 - Restart all the things 9 - Save the record again, no new authority created -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:44:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:44:48 +0000 Subject: [Koha-bugs] [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |nick at bywatersolutions.com |ity.org | Depends on| |25189 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189 [Bug 25189] AutoCreateAuthorities can repeatedly generate authority records when using Default linker -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 17:44:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 15:44:48 +0000 Subject: [Koha-bugs] [Bug 25189] AutoCreateAuthorities can repeatedly generate authority records when using Default linker In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25189 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28676 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 18:12:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 16:12:02 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #75 from Victor Grousset/tuxayo --- description => [qw(Multi lines description)], It's multiline and it doesn't matter that we actually use it, just having this syntax work is enough right? description => ["Testing", "multi lines", " failure"], up => sub { my $dbh = C4::Context->dbh; $dbh->do(q{ALTER TABLE Foo}); }, Is that useful have another test for this multi line case but successful? Should we have a failing test for this syntax? qw(Multi lines description) > - Make sure the different use cases are covered Seems good but quite over my head. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 18:16:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 16:16:15 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #76 from Victor Grousset/tuxayo --- I get the following conflict when applying the rest of patches after «- Make sure the different use cases are covered» <<<<<<< HEAD ---- this is the code after applying «DB revs for testing» $VERSION = "21.06.00.100"; ||||||| constructed merge base $VERSION = "21.06.00.004"; --- code in master before the patch that I'm applying ======= $VERSION = "21.06.00.005"; --- code from the patch that I'm applying >>>>>>> Bug 25078: Put db revs into different files to handle them better I should keep 21.06.00.100 right? But I'm confused that «Put db revs into different [...]» changes the version. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 18:42:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 16:42:37 +0000 Subject: [Koha-bugs] [Bug 28374] Convert pos/printreceipt.pl to use GetPreparedLetter In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28374 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Nick Clemens --- I get an error after these patches - you remove the USE statements from the page template, but the letter expects them. They can be added to the notice, but I think we need a DB update then. Additionally, the default letter is not marked as HTML, but it is formatted as html - if I don't change the notice to HTML then I get all the HTML tags -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 18:42:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 16:42:55 +0000 Subject: [Koha-bugs] [Bug 28678] New: OPAC description for SUGGEST_FORMAT authorized values not taken into account Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28678 Bug ID: 28678 Summary: OPAC description for SUGGEST_FORMAT authorized values not taken into account Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: System Administration Assignee: koha-bugs at lists.koha-community.org Reporter: caroline.cyr-la-rose at inlibro.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com I don't know if this problem is limited to SUGGEST_FORMAT or if it applies to other AV categories as well. To replicate: 1) Go to Administration > Authorized values > SUGGEST_FORMAT 2) Edit one of the values and change only the Description, not the Description (OPAC), e.g. Authorized value : BOOK Description : Booooooook Description (OPAC) : Book 3) Go to OPAC and log in 4) In your account, go to You purchase suggestions 5) Create a new purchase suggestion 6) Note that in the Item type drop-down menu, the label for Book is actually Booooooook I would expect the Description (OPAC) to be used here, and only if Description (OPAC) is empty, then Description would be used. (In case you're wondering the use case, while it is not possible right now to make one value the default as in bug 20682, I usually advise my clients to put numbers in front of the labels to force the alphabetical order in the order they want. For example, 1. Book; 2. DVD; 3. Audiobook; etc. It would be nice if we could have the numbers in the Description and no numbers in Description (OPAC), that way patrons don't see the numbers.) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 20:34:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 18:34:17 +0000 Subject: [Koha-bugs] [Bug 28679] New: Unable to click "Log in to your account" when GoogleOpenIDConnect is enabled Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679 Bug ID: 28679 Summary: Unable to click "Log in to your account" when GoogleOpenIDConnect is enabled Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard at myacpl.org Reporter: chad at pennmanor.net QA Contact: testopia at bugs.koha-community.org After enabling GoogleIpenIDConnect I am no longer able to left click the "Log in to your account" link on the top of the opac. The link is valid and works if you right click and open in a new tab. Quickly looking at the code this seems to be because the data-toggle attribute is set to modal. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 21:24:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 19:24:06 +0000 Subject: [Koha-bugs] [Bug 9799] Prompt for due date for specific item types In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9799 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew at bywatersolutions.com --- Comment #3 from Andrew Fuerste-Henry --- +1 on this, for the stated reason of ILL lending where the checkout period is not determined locally. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 22:14:58 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 20:14:58 +0000 Subject: [Koha-bugs] [Bug 28680] New: Staff without edit_borrower permission still see patron information Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28680 Bug ID: 28680 Summary: Staff without edit_borrower permission still see patron information Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: bwsdonna at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com The permission edit_borrowers specifies: Add, modify and view patron information. However, when that permission is not enabled, staff can view patron information in a number of places, including holds queue, circulation.pl, waitingreserves.pl, and pendingreserves.pl. In the Holds Queue staff can see patron name and other info for patrons at their library, but patrons from other libraries show "patron from central branch" etc. When looking at a bib record, if an item is checked out, only the borrower number is displayed. This should be consistent, where staff without that permission only see a borrower number and nothing else. To replicate, create a staff member with only permissions catalogue ( to log in) and circulate_remaining_permissions. Check out to a patron, see the holds queue, etc and see that the patron information is displayed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 22:17:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 20:17:51 +0000 Subject: [Koha-bugs] [Bug 28680] Staff without edit_borrower permission still see patron information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28680 Donna changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha at gmail. | |com, | |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 22:25:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 20:25:33 +0000 Subject: [Koha-bugs] [Bug 28681] New: System preference HidePatronName controls whether phone number appears in Holds Queue Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28681 Bug ID: 28681 Summary: System preference HidePatronName controls whether phone number appears in Holds Queue Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: bwsdonna at gmail.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Set HidePatronName to show, and on the Holds Queue the patron's name and phone number display. If you set it to Don't Show, it hides the phone number and name, only displaying the card number. The decision to show phone number in the holds queue should not be dependent on not showing the patron name. Perhaps a system preference to determine what info should be viewed? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 22:53:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 20:53:45 +0000 Subject: [Koha-bugs] [Bug 8838] Digest option for HOLD notice In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8838 mdanko at burlingtonvt.gov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdanko at burlingtonvt.gov --- Comment #13 from mdanko at burlingtonvt.gov --- We would be interested in this enhancement. Mary, Fletcher Free Library, VT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 22:57:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 20:57:20 +0000 Subject: [Koha-bugs] [Bug 21458] Messaging preferences extension: Hold filled digest In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21458 mdanko at burlingtonvt.gov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mdanko at burlingtonvt.gov --- Comment #1 from mdanko at burlingtonvt.gov --- We would be interested in this enhancement. If patrons could opt for a HOLDS DIGEST and then a chron job would only send their triggered holds once a day, that would be really helpful. With COVID we have patrons putting copious amounts of items on holds and getting an email for each one can be annoying. Mary, Fletcher Free Library, VT -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:18:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:18:43 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122288|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:18:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:18:45 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122318|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:18:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:18:48 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121589|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:18:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:18:51 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121590|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:20:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:20:24 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #36 from Tomás Cohen Arazi --- Created attachment 122655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122655&action=edit Bug 27526: Remove ModItemFromMarc from additem Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:20:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:20:30 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #37 from Tomás Cohen Arazi --- Created attachment 122656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122656&action=edit Bug 27526: Remove AddItemFromMarc from additem Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:20:36 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:20:36 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #38 from Tomás Cohen Arazi --- Created attachment 122657 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122657&action=edit Bug 27526: Adjust code to use Koha::Items Not that we removed all the transformations of the item and are using Koha::Item from DB to TT (and the other way around), some code needs adjustments. - Retrieve host items can be simplified (see Koha::Biblio->host_items) - Some TT variables have been renamed for better understanding - Koha::Item->columns_to_str return a hashref with the representation string of the columns. A date will return the value how it must be displayed, using output_pref. A subfield linked with a AV will be replaced with the AV's description. - LastCreatedItem cookie serializes and stores Koha::Item->unblessed, no longer the MARC::Record Change in behaviour: If a subfield is linked with a AV cat and the value is not a valid AV, before this patch the column was displayed with an empty value. Now the column is hidden, it's considered empty. In the sample data it happens with itemlost (0) and withdrawn (0). Test plan: 1. Test the Prefill a. Turn PrefillItem on b. Fill in SubfieldsToUseWhenPrefill with some subfield codes c. Catalogue an item, save => The values from subfields listed in SubfieldsToUseWhenPrefill must be kept 2. more subfields a. Add subfields that are not linked with a koha field (k is available) b. Create an item and fill in all the values c. Confirm that non linked subfields are stored and displayed correctly d. Try with a "more subfield" that is linked with an authorised value category 3. Test barcode values 4. Test the different "Add" buttons at the bottom of the form Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:20:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:20:41 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #39 from Tomás Cohen Arazi --- Created attachment 122658 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122658&action=edit Bug 27526: Improve grep for date fields 'replacementpricedate' should not catch 'price' Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Wed Jul 7 23:21:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 21:21:48 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #40 from Tomás Cohen Arazi --- Needed a rebase. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 01:45:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 23:45:52 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #11 from David Cook --- (In reply to Marcel de Rooy from comment #10) > || ( C4::Context->preference('AutoSelfCheckID') > && $q_userid eq C4::Context->preference('AutoSelfCheckID') ) > > Feels to me that this would need some additional checks? > Like AutoSelfCheckAllowed enabled? I was thinking that too. > Are we here in a self checkout context? Yes. > Elsewhere I see matches for the > template name? Or $query->param('koha_login_context') ne 'sco' ? Oh interesting. I do see in sco-main.pl the following within a check for AutoSelfCheckAllowed: $query->param(-name=>'koha_login_context',-values=>['sco']); That said, that's a user-provided value, so technically you could easily use it to circumvent the protection that we added... -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 01:59:31 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Wed, 07 Jul 2021 23:59:31 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #12 from David Cook --- Ah but that koha_login_context check *plus* Jonathan's checking the userid against the AutoSelfCheckID.. that would probably be good enough although AutoSelfCheckAllowed would probably be better compared to koha_login_context, since it's a server-side call rather than provided by the client. Anyway, that's just splitting hairs. But I agree with Marcel. I think we need an extra check. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 02:23:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 00:23:44 +0000 Subject: [Koha-bugs] [Bug 28676] AutoCreateAuthorities can repeatedly generate authority records when using Default linker and heading is cached In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28676 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 02:45:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 00:45:52 +0000 Subject: [Koha-bugs] [Bug 26314] "Volumes: show volumes" showing regardless of whether there are volumes linked to the record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26314 Bug 26314 depends on bug 15851, which changed state. Bug 15851 Summary: Only display "Analytics: Show analytics" when records have linked analytics https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 02:45:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 00:45:50 +0000 Subject: [Koha-bugs] [Bug 15851] Only display "Analytics: Show analytics" when records have linked analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 02:45:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 00:45:52 +0000 Subject: [Koha-bugs] [Bug 28513] Analytic search links formed incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 Bug 28513 depends on bug 15851, which changed state. Bug 15851 Summary: Only display "Analytics: Show analytics" when records have linked analytics https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 02:45:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 00:45:52 +0000 Subject: [Koha-bugs] [Bug 26480] With UseControlNumber on, "Show analytics" link doesn't show on parent record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26480 Bug 26480 depends on bug 15851, which changed state. Bug 15851 Summary: Only display "Analytics: Show analytics" when records have linked analytics https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15851 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:41:27 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:41:27 +0000 Subject: [Koha-bugs] [Bug 28682] New: Record detail page fails if error with search for analytics Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 Bug ID: 28682 Summary: Record detail page fails if error with search for analytics Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs at lists.koha-community.org Reporter: fridolin.somers at biblibre.com QA Contact: testopia at bugs.koha-community.org In record detail page, there is a search for analytics, see Bug 15851. If for any reason this search fails, the page will be broken with 'Internal server error'. I propose to protect with eval. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:41:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:41:38 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |fridolin.somers at biblibre.co |ity.org |m Status|NEW |ASSIGNED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:42:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:42:23 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122646|0 |1 is obsolete| | --- Comment #22 from wainuiwitikapark at catalyst.net.nz --- Created attachment 122659 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122659&action=edit Bug 28482: [19.11.x] Unit test Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Fix test rebase Signed-off-by: Wainui Witika-Park -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:42:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:42:48 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122647|0 |1 is obsolete| | --- Comment #23 from wainuiwitikapark at catalyst.net.nz --- Created attachment 122660 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122660&action=edit Bug 28482: [19.11.x] Refresh line from DB to get stored value Before checking if the amount is 0 we get the stored value from the DB. This ensures any amounts beyond the 6 digit precision we store will be removed. To test: 1 - Add a processing fee of 15 to an itemtype 2 - Add an item of that type, set the replacement fee to 12.63 3 - Set MarkLostItemsAsReturned to 'On payment' only 4 - Set WhenLostChargeReplacementFee to 'Charge' 5 - Checkout the item to a patron 6 - Mark the item lost 7 - Reload patron and confirm they are charged 27.63 8 - Go to accounting, pay amount, pay 27.63 9 - Item is still lost and not returned 10 - Apply patch 11 - Checkin the item 12 - Checkout to another patron 13 - Mark lost 14 - Patron charged 27.63 15 - Pay amount, 27.63 16 - Item returned! Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer Signed-off-by: Wainui Witika-Park -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:53:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:53:28 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |28513 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 [Bug 28513] Analytic search links formed incorrectly -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:53:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:53:28 +0000 Subject: [Koha-bugs] [Bug 28513] Analytic search links formed incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28682 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 [Bug 28682] Record detail page fails if error with search for analytics -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:54:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:54:09 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:54:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:54:12 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 --- Comment #1 from Fridolin Somers --- Created attachment 122661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122661&action=edit Bug 28682: Protect search for analytics in record detail page In record detail page, there is a search for analytics, see Bug 15851. If for any reason this search fails, the page will be broken with 'Internal server error'. This patch adds a protection with eval. Test plan : 1) Use a Zebra install with no Elasticsearch configuration 2) Go to staff interface 3) Go to any record detail page : no error 4) Change preference 'SearchEngine' to 'Elasticsearch' 5) Refresh ecord detail page : check you have no error 6) Check a record with analytics link 7) Repeat 3 to 6 on OPAC -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:58:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:58:21 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122650|0 |1 is obsolete| | --- Comment #92 from wainuiwitikapark at catalyst.net.nz --- Created attachment 122662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122662&action=edit Bug 23653: [19.11] use local copy of swagger v2 schema By default, JSON::Validator::OpenAPI tries to fetch the swagger v2 schema from http://swagger.io/v2/schema.json. If you've installed from CPAN, JSON::Validator::OpenAPI will come with a cached copy, so it won't try to fetch it over HTTP. However, if you've installed from libjson-validator-perl from Debian/Ubuntu, the Debian package excludes the cached copy, so JSON::Validator::OpenAPI tries to fetch it over HTTP. Unfortunately, today and other days in the past, the file at http://swagger.io/v2/schema.json has been unavailable, and this causes Koha to crash in a perpetual loop. This patch includes a copy of the swagger v2 schema, and it loads it locally rather than fetching over HTTP. The changes to Koha/REST/Plugin/PluginRoutes.pm are not required, since the validator isn't currently called there, but I've added a patch to future proof it. To Test: 0a) Remove /usr/share/perl5/JSON/Validator/cache/36d1bd12eeed51e86c8695bd8876a9df if it exists 0b) Block external access to http://swagger.io/v2/schema.json or test during an outage when it's unavailable 0c) Do not apply patch 1) koha-plack --restart kohadev 2) Note that it crashes in a loop and is unavailable in web browser 3) Apply patch 4) koha-plack --restart kohadev 5) Note that Koha comes up and there are no errors in the Plack logs Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Tomas Cohen Arazi Signed-off-by: Wainui Witika-Park -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:58:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:58:46 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122651|0 |1 is obsolete| | --- Comment #93 from wainuiwitikapark at catalyst.net.nz --- Created attachment 122663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122663&action=edit Bug 23653: [19.11] Remove uneeded cond test rel_file returns the path anyway Signed-off-by: Tomas Cohen Arazi Signed-off-by: Wainui Witika-Park -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 03:59:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 01:59:04 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122652|0 |1 is obsolete| | --- Comment #94 from wainuiwitikapark at catalyst.net.nz --- Created attachment 122664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122664&action=edit Bug 23653: [19.11] Add license information in about.pl Signed-off-by: Tomas Cohen Arazi JD Amended patch

    The included api/swagger-v2-schema.json file is licensed under the[-the-] Apache License, Version 2.0, by the OpenAPI Initiative [-(OAI)

    -]{+(OAI).

    +} Signed-off-by: Tomas Cohen Arazi Signed-off-by: Wainui Witika-Park -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:03:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:03:30 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 --- Comment #2 from Fridolin Somers --- The one case reported to me (Koha 20.11 with ES) is a title : Viva la revolution ! I don't know why analytics search fails but it should not block the page. And in UNIMARC seems analytics search is not used. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:04:43 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:04:43 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 --- Comment #3 from Fridolin Somers --- 28513 (edit) (In reply to Fridolin Somers from comment #2) > The one case reported to me (Koha 20.11 with ES) is a title : Viva la > revolution ! > > I don't know why analytics search fails but it should not block the page. > And in UNIMARC seems analytics search is not used. And fails even with apply of Bug 28513 :( -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:05:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:05:54 +0000 Subject: [Koha-bugs] [Bug 28503] When ReservesControlBranch = "patron's home library" and Hold policy = "From home library" all holds are allowed In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28503 --- Comment #28 from wainuiwitikapark at catalyst.net.nz --- (In reply to Victor Grousset/tuxayo from comment #27) > I would say that all >= to major should. But if it conflicts and is hard to > test then just leave it until someone says they need it. In that case they > should help test it ^^ Thanks Victor, there were some conflicts so I won't backport to 19.11.x this unless someone requests it. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:08:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:08:23 +0000 Subject: [Koha-bugs] [Bug 23653] Plack fails when http://swagger.io/v2/schema.json is unavailable and schema cache missing In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23653 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|20.11.00,20.05.13 |20.11.00,20.05.13,19.11.20 released in| | Status|Pushed to oldoldstable |Pushed to oldoldoldstable --- Comment #95 from wainuiwitikapark at catalyst.net.nz --- Backported to 19.11.x for 19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:11:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:11:15 +0000 Subject: [Koha-bugs] [Bug 28482] Floating point math prevents items from being returned In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28482 wainuiwitikapark at catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00,21.05.01,20.11.07, |21.11.00,21.05.01,20.11.07, released in|20.05.13 |20.05.13,19.11.20 --- Comment #24 from wainuiwitikapark at catalyst.net.nz --- Backported to 19.11.x for 19.11.20 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:22:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:22:34 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 --- Comment #272 from David Cook --- Getting a merge conflict for "Place multiple holds on one record on staff client" I'll see if I can work it out.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:27:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:27:09 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28338 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:27:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:27:09 +0000 Subject: [Koha-bugs] [Bug 28338] Validate item holdability and pickup location separately In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28338 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=15565 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:46:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:46:01 +0000 Subject: [Koha-bugs] [Bug 28513] Analytic search links formed incorrectly In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net Status|Pushed to stable |RESOLVED Resolution|--- |FIXED --- Comment #6 from Victor Grousset/tuxayo --- Not backported to oldoldstable (20.05.x). Feel free to ask if it's needed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:46:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:46:03 +0000 Subject: [Koha-bugs] [Bug 28682] Record detail page fails if error with search for analytics In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28682 Bug 28682 depends on bug 28513, which changed state. Bug 28513 Summary: Analytic search links formed incorrectly https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28513 What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |RESOLVED Resolution|--- |FIXED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 04:55:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 02:55:23 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Status|NEW |ASSIGNED --- Comment #1 from Victor Grousset/tuxayo --- Thanks, I'll investigate the regression. (I guess the severity is normal?) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:30:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:30:12 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:30:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:30:52 +0000 Subject: [Koha-bugs] [Bug 15565] Place multiple item-level holds at once for the same record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15565 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #273 from David Cook --- I fixed the merge conflict but the Javascript in the staff interface doesn't work anymore. Probably due to other changes that have happened to the templates on master. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:34:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:34:21 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #357 from David Cook --- (In reply to Victor Grousset/tuxayo from comment #353) > (In reply to David Cook from comment #351) > > I can't guarantee that my last patches actually apply on master > > Indeed lol :P > > > Patch failed at 0001 Bug 15516: Add ability to create hold groups from OPAC I'm getting merge conflicts earlier now... Bug 15516 - Allow to place a hold on first available item from a group of titles 120643 - Bug 15516: Database and installer updates 120644 - Bug 15516: Relevant controller changes and tests 120645 - Bug 15516: Allow to reserve first available item from a group of titles 120646 - Bug 15516: Schema updates 120647 - Bug 15516: (follow-up) Add hold group message to holds queue 120648 - Bug 15516: (follow-up) Remove other holds in hold_group from holds_queue 120649 - Bug 15516: (follow-up) Fixes for qa tools 120651 - Bug 15516: (follow-up) Fixing file permissions and title elements order 121523 - Bug 15516: Fix shebang in hold-group.pl 121623 - Bug 15516: (follow-up) Count group holds always 122097 - Bug 15516: Fix hold groups for multi items for one bib 122102 - Bug 15516: Add ability to create hold groups from OPAC 122627 - Bug 15516: Show user's hold groups to user via OPAC Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 15516: Database and installer updates Applying: Bug 15516: Relevant controller changes and tests Applying: Bug 15516: Allow to reserve first available item from a group of titles Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt M koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt M opac/opac-reserve.pl M reserve/placerequest.pl M reserve/request.pl Falling back to patching base and 3-way merge... Auto-merging reserve/request.pl Auto-merging reserve/placerequest.pl Auto-merging opac/opac-reserve.pl Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt error: Failed to merge in the changes. Patch failed at 0001 Bug 15516: Allow to reserve first available item from a group of titles -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:36:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:36:15 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #358 from David Cook --- Of course, this is why a lot of useful features never make it into Koha. The master branch moves too fast, and it's just too much work to update features to keep up. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:56:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:56:16 +0000 Subject: [Koha-bugs] [Bug 17217] Allow to reserve first available item from a group of titles (OPAC) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17217 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au Status|Failed QA |RESOLVED Resolution|--- |DUPLICATE --- Comment #4 from David Cook --- I'm marking this as a duplicate because this functionality is actually provided by bug 15516 these days *** This bug has been marked as a duplicate of bug 15516 *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 06:56:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 04:56:16 +0000 Subject: [Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #359 from David Cook --- *** Bug 17217 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 07:38:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 05:38:08 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #13 from Marcel de Rooy --- (In reply to David Cook from comment #11) > (In reply to Marcel de Rooy from comment #10) > > Are we here in a self checkout context? > > Yes. Hahaha. I was aware of that. But we need to check it :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 08:35:55 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 06:35:55 +0000 Subject: [Koha-bugs] [Bug 28683] New: Remove patrons from routing lists directly in their account Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28683 Bug ID: 28683 Summary: Remove patrons from routing lists directly in their account Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: christian.stelzenmueller at bsz-bw.de QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com It would be nice if there would be an option where a patron can be directly removed from a routing list in their account. I think it's the page ...cgi-bin/koha/members/routing-lists.pl?borrowernumber=... -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:22 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122322|0 |1 is obsolete| | --- Comment #77 from Jonathan Druart --- Created attachment 122665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122665&action=edit Bug 25078: Put db revs into different files to handle them better This patch suggests to stop using updatedatabase.pl to add new DB revs. Each DB rev will be in a separate pl files (installer/data/mysql/db_revs). The switch should ideally be done from 21.06.00.000. Each DBrev is executed in a try block and a transaction. If something went wrong, the whole DB rev is rolled back. Why do /var/log/koha/kohadev/updatedatabase_*.log (not -error) contain Status: 500 Content-type: text/html

    Software error:

    etc. Test plan: - git checkout c4b4db21d25 (master on 2021-07-08) - Set the version syspref to 21.0500000: > update systempreferences set value="21.0500000" where variable="version"; - Apply "Bug 25078: [DO NOT PUSH] DB revs for testing" (restart_all) - Read the different DBrevs created as examples - Make sure the different use cases are covered - execute the updatedatabase script (CLI) - Set the version syspref to 21.0500000 - Update the DB from the UI - Set the version syspref to 21.0500000 - execute the updatedatabase script with the --force parameter (for testing purpose) Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:28 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122323|0 |1 is obsolete| | --- Comment #78 from Jonathan Druart --- Created attachment 122666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122666&action=edit Bug 25078: [DO NOT PUSH] DB revs for testing Use with the --force flag: % updatedatabase --force Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:34 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122324|0 |1 is obsolete| | --- Comment #79 from Jonathan Druart --- Created attachment 122667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122667&action=edit Bug 25078: Re-introduce NewVersion This is ugly, we re-add the code we removed in the previous patch. We need to continue supporting "old" versions. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:40 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122325|0 |1 is obsolete| | --- Comment #80 from Jonathan Druart --- Created attachment 122668 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122668&action=edit Bug 25078: Separate update "report" from its description Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:46 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122326|0 |1 is obsolete| | --- Comment #81 from Jonathan Druart --- Created attachment 122669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122669&action=edit Bug 25078: (follow-up) Update 'NewVersion' for output_version changes This patch updates the NewVersion compatability method to add arrayref description handling to split it into description + report. Signed-off-by: Martin Renvoize -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:53 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #82 from Jonathan Druart --- Created attachment 122670 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122670&action=edit Bug 25078: [DO NOT PUSH] Another Test for the backward shim -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:48:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:48:59 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #83 from Jonathan Druart --- Created attachment 122671 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122671&action=edit Bug 25078: Move DB revs up to 21.06.00.005 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:51:23 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:51:23 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #84 from Jonathan Druart --- (In reply to Victor Grousset/tuxayo from comment #75) > description => [qw(Multi lines description)], > > It's multiline and it doesn't matter that we actually use it, just having > this syntax work is enough right? > > > description => ["Testing", "multi lines", " failure"], > up => sub { > my $dbh = C4::Context->dbh; > $dbh->do(q{ALTER TABLE Foo}); > }, > > Is that useful have another test for this multi line case but successful? > > Should we have a failing test for this syntax? > qw(Multi lines description) > > > - Make sure the different use cases are covered > > Seems good but quite over my head. I don't understand what you mean exactly. The description can return a scalar (one line description) or an arrayref (multi lines description). [qw(Multi lines description)] is similar to ["Multi", "lines", " description"], if it it what disturb you. (In reply to Victor Grousset/tuxayo from comment #76) > I get the following conflict when applying the rest of patches after «- Make > sure the different use cases are covered» > > <<<<<<< HEAD ---- this is the code after applying «DB revs for testing» > $VERSION = "21.06.00.100"; > ||||||| constructed merge base > $VERSION = "21.06.00.004"; --- code in master before the patch that I'm > applying > ======= > $VERSION = "21.06.00.005"; --- code from the patch that I'm applying > >>>>>>> Bug 25078: Put db revs into different files to handle them better > > I should keep 21.06.00.100 right? > But I'm confused that «Put db revs into different [...]» changes the version. I rebased the patch, adjusted the commit messages and added a new patch to move the 5 last db revs. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 09:53:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 07:53:32 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #85 from Jonathan Druart --- Note that there is an encoding issue (on 210600000.pl), I didn't manage to fix so far. I will ask Julian or have a look at it later. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 13:59:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 11:59:42 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 13:59:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 11:59:47 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122344|0 |1 is obsolete| | --- Comment #39 from Nick Clemens --- Created attachment 122672 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122672&action=edit Bug 27981: Add option to automatically set 001 to the biblionumber This patch adds a new system preference: autoControlNumber The option "biblionumber" will set field 001 to the biblionumber when you create a new record or edit an existing record If set to 'OFF' the 001 field wil not be touched When duplicating a record the 001 will be removed if autoControlNumber is set To test: 1 - Apply patches and updatedatabase 2 - Create a new record with no 001 field 3 - Save and view the MAC, confirm there is no 001 4 - Set the system preference to 'biblionumber' 5 - Edit the record you created previously 6 - Note the 001 is prepopulated with the biblionumber 7 - Delete the field 8 - Save the record 9 - View the MARC, the 001 is filled with biblionumber 10 - Edit the record 11 - Set the 001 to a different value "Not the biblionumber" 12 - Save 13 - View the marc and confirm the value you entered is retained 14 - Edit a record with an existing 001 that is not the biblionumber 15 - Save and confirm 001 is not updated To test duplication: 1 - Edit a record as duplicate when using the advanced editor 2 - Confirm the 001 does not load, but record saves correctly 3 - Edit the record 4 - Switch to 'basic editor' 5 - Save, then view record 6 - Edit as duplicate in basic editor 7 - Confirm the 001 is removed 8 - Confirm the 001 is added on save -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:01:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:01:52 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 --- Comment #40 from Nick Clemens --- (In reply to Marcel de Rooy from comment #38) > Nick: There is also another point still. If we update 001, we should update > the orgcode too in 003. > See also bug 28491 for authority counterpart. adding orgcode feels like scope creep - file another bug? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:20:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:20:18 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #15 from Marcel de Rooy --- diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt index 5431aa782a..927d37993c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt @@ -309,7 +309,7 @@
    => This UNUSABLE patch would make the error go away. It definitely has to do something imo with the Koha::Template::Plugin::Biblio which is used in the include. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:21:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:21:50 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #16 from Marcel de Rooy --- diff --git a/Koha/ArticleRequest/Status.pm b/Koha/ArticleRequest/Status.pm index 42de00d551..830024dccd 100644 --- a/Koha/ArticleRequest/Status.pm +++ b/Koha/ArticleRequest/Status.pm @@ -19,6 +19,8 @@ package Koha::ArticleRequest::Status; use Modern::Perl; +sub Requested { 'REQUESTED' } + sub Pending { return 'PENDING'; } diff --git a/Koha/Template/Plugin/Biblio.pm b/Koha/Template/Plugin/Biblio.pm index e9d7a73009..5ec3542294 100644 --- a/Koha/Template/Plugin/Biblio.pm +++ b/Koha/Template/Plugin/Biblio.pm @@ -44,6 +44,7 @@ sub ArticleRequestsActiveCount { biblionumber => $biblionumber, status => [ -or => [ + status => Koha::ArticleRequest::Status::Requested, status => Koha::ArticleRequest::Status::Pending, status => Koha::ArticleRequest::Status::Processing ] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt index e59703482e..c708a2ba86 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt @@ -12,6 +12,7 @@ +
    [% INCLUDE 'header.inc' %] [% INCLUDE 'circ-search.inc' %] => And this unusable patch is an easy way to show the error.. If I would remove the Plugin/Biblio from the patch, we clear the warning again. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:28:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:28:24 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #17 from Marcel de Rooy --- Jonathan: Might this be an error in qa tools too somehow? The fact that it randomly appears seems to be related with the fact that Template Toolkit around line 206 tries Template/Plugin and Koha/Template/Plugin in random order to find and load (require) the plugin. If it loaded already, perl sets an entry in %INC. Would it make a difference when qa tools reset the situation before it runs the next file? Clear the INC hash (not to be confused with @INC)? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:41:44 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:41:44 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #18 from Marcel de Rooy --- Last question before I really let this go: Should we actually allow includes to do [% USE Biblio %] etc. or should we 'use' them already earlier in the process, in other words at the top of the template files that call them? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:48:15 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:48:15 +0000 Subject: [Koha-bugs] [Bug 27944] Add new stages to the article request process In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27944 --- Comment #19 from Marcel de Rooy --- Created attachment 122673 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122673&action=edit Bug 27944: Add missing Status module Test plan: perl -c the module or run qa tools Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:51:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:51:47 +0000 Subject: [Koha-bugs] [Bug 28684] New: Superfluous -or condition in few article request queries Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28684 Bug ID: 28684 Summary: Superfluous -or condition in few article request queries Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org - -or => [ - status => Koha::ArticleRequest::Status::Pending, - status => Koha::ArticleRequest::Status::Processing - ] + Koha::ArticleRequest::Status::Pending, + Koha::ArticleRequest::Status::Processing, -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:55:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:55:00 +0000 Subject: [Koha-bugs] [Bug 28684] Superfluous -or condition in few article request queries In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28684 --- Comment #1 from Marcel de Rooy --- Koha/Template/Plugin/Biblio.pm Koha/Biblio -or => [ { status => Koha::ArticleRequest::Status::Pending }, { status => Koha::ArticleRequest::Status::Processing } Koha/Patron -or => [ { status => Koha::ArticleRequest::Status::Pending }, { status => Koha::ArticleRequest::Status::Processing } ] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 14:55:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 12:55:26 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #41 from Tomás Cohen Arazi --- I tested with this results: - I added an extended attribute R, repeatable. Saved with values 3 and 4 => FAIL: the MARC ended up with 3 | 3 - Marked another attribute as 'Important' (yellow message in the form, correct) => FAIL: Even if I choose a value it keeps saying I didn't fill it. - Marked an attribute as 'Mandatory' => FAIL: It keeps saying I need to fill them - AV-linked (including branches, csource, etc) field work correctly as before So it looks good overall, only this small glitches. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:27:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:27:30 +0000 Subject: [Koha-bugs] [Bug 28685] New: Should AutoControlNumber also overwrite 003 field ? Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28685 Bug ID: 28685 Summary: Should AutoControlNumber also overwrite 003 field ? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: MARC Bibliographic data support Assignee: koha-bugs at lists.koha-community.org Reporter: m.de.rooy at rijksmuseum.nl QA Contact: testopia at bugs.koha-community.org Discussion from bug 27981 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:27:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:27:39 +0000 Subject: [Koha-bugs] [Bug 28685] Should AutoControlNumber also overwrite 003 field ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28685 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27981 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:27:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:27:39 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28685 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:28:01 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:28:01 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 --- Comment #41 from Marcel de Rooy --- (In reply to Nick Clemens from comment #40) > (In reply to Marcel de Rooy from comment #38) > > Nick: There is also another point still. If we update 001, we should update > > the orgcode too in 003. > > See also bug 28491 for authority counterpart. > > adding orgcode feels like scope creep - file another bug? Done. See also -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:28:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:28:18 +0000 Subject: [Koha-bugs] [Bug 28685] Should AutoControlNumber also overwrite 003 field ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28685 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:29:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:29:42 +0000 Subject: [Koha-bugs] [Bug 28685] Should AutoControlNumber also overwrite 003 field ? In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28685 --- Comment #1 from Marcel de Rooy --- Although folks may want to preference control this, LOC says: Whenever the number in field 001 is changed, agencies must assure that the MARC code in field 003 applies to the number found in the 001 field. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:35:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:35:16 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 --- Comment #42 from Marcel de Rooy --- Commit promises: The option "biblionumber" will set field 001 to the biblionumber when you create a new record or edit an existing record Create works, modify does not. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:36:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:36:35 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122356|0 |1 is obsolete| | --- Comment #43 from Marcel de Rooy --- Created attachment 122674 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122674&action=edit Bug 27981: (QA follow-up) Adjust atomic update [1] Insert ignore. [2] Remove references to bug 9921. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:36:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:36:39 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122672|0 |1 is obsolete| | --- Comment #44 from Marcel de Rooy --- Created attachment 122675 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122675&action=edit Bug 27981: Add option to automatically set 001 to the biblionumber This patch adds a new system preference: autoControlNumber The option "biblionumber" will set field 001 to the biblionumber when you create a new record or edit an existing record If set to 'OFF' the 001 field wil not be touched When duplicating a record the 001 will be removed if autoControlNumber is set To test: 1 - Apply patches and updatedatabase 2 - Create a new record with no 001 field 3 - Save and view the MAC, confirm there is no 001 4 - Set the system preference to 'biblionumber' 5 - Edit the record you created previously 6 - Note the 001 is prepopulated with the biblionumber 7 - Delete the field 8 - Save the record 9 - View the MARC, the 001 is filled with biblionumber 10 - Edit the record 11 - Set the 001 to a different value "Not the biblionumber" 12 - Save 13 - View the marc and confirm the value you entered is retained 14 - Edit a record with an existing 001 that is not the biblionumber 15 - Save and confirm 001 is not updated To test duplication: 1 - Edit a record as duplicate when using the advanced editor 2 - Confirm the 001 does not load, but record saves correctly 3 - Edit the record 4 - Switch to 'basic editor' 5 - Save, then view record 6 - Edit as duplicate in basic editor 7 - Confirm the 001 is removed 8 - Confirm the 001 is added on save Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:37:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:37:20 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 --- Comment #45 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #42) > Commit promises: > The option "biblionumber" will set field 001 to the biblionumber when you > create a new record or edit an existing record > > Create works, modify does not. And it contradicts the test plan: 14 - Edit a record with an existing 001 that is not the biblionumber 15 - Save and confirm 001 is not updated -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:37:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:37:35 +0000 Subject: [Koha-bugs] [Bug 27981] Add option to automatically set the 001 control number to the biblionumber In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27981 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:41:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:41:00 +0000 Subject: [Koha-bugs] [Bug 28686] New: "Writeoff" not translatable in "Description of charges" column in staff interface Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28686 Bug ID: 28686 Summary: "Writeoff" not translatable in "Description of charges" column in staff interface Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: katrin.fischer at bsz-bw.de QA Contact: testopia at bugs.koha-community.org When you create a fine and then write it off, it will always read as "Writeoff" in the table of transactions. Tested in 20.11 As this information isn't shown in the OPAC, there is no change needed there. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:44:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:44:08 +0000 Subject: [Koha-bugs] [Bug 28687] New: Add Koha::Item::Attribute(s) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28687 Bug ID: 28687 Summary: Add Koha::Item::Attribute(s) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: koha-bugs at lists.koha-community.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org We should get rid of items.more_subfields_xml. For that, we should - Add a table to store the item's extended attributes - Add classes for handling them - Migrate more_subfields_xml into that -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:44:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:44:26 +0000 Subject: [Koha-bugs] [Bug 28687] Add Koha::Item::Attribute(s) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28687 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |27526 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:44:26 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:44:26 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28687 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28687 [Bug 28687] Add Koha::Item::Attribute(s) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:50:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:50:19 +0000 Subject: [Koha-bugs] [Bug 28688] New: Auto Renew Patron Membership if Patron has Been Active Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28688 Bug ID: 28688 Summary: Auto Renew Patron Membership if Patron has Been Active Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs at lists.koha-community.org Reporter: jzairo at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com When membership renewals come up for a patron, it would be useful for libraries to make a decision about automatic renewals of membership, based on current activity at the library. This would be a benefit/advantage for users who don't come into the physical branch but use curbside or electronic services. If Koha could look at borrowers.lastseen - last time a patron has been seen (connected at the OPAC or staff interface), this could be used as a way to identify that activity and renew the patron accordingly. In addition, if a library uses TrackLastPatronActivity the borrowers.lastseen date could also identify when a patron is using SIP-related connections. It would be great to have a system preference that would allow you to turn this function on or off for libraries who want patrons to come in to renew membership (ie show driver's license for mail verifying address). It would also be great to have a tie-in notice that automatically notifies them when they have been renewed! -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:53:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:53:06 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:53:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:53:11 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #42 from Jonathan Druart --- Created attachment 122676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122676&action=edit Bug 27526: Fix repeatable more subfields We retrieved always the first value. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:53:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:53:16 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #43 from Jonathan Druart --- Created attachment 122677 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122677&action=edit Bug 27526: Fix mandatory and important checks The input names have been changed from "field_value" to $kohafield. Modifying this could have an impact in other area, where CheckMandatorySubfields and CheckImportantSubfields are called. Using .input_marceditor let us fix the additem.tt form and prevent to break the other ones. Note that the other ones are actually broken (!) Also note that there is a typo in the error message alertString2 += "\n- " + "%s " + MSG_MANDATORY_FIELDS_EMPTY.format(total_errors); There is an extra %s -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:57:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:57:06 +0000 Subject: [Koha-bugs] [Bug 28689] New: Extra %s in alert message when saving an items Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689 Bug ID: 28689 Summary: Extra %s in alert message when saving an items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org Depends on: 21091 On the additem form, if a subfield is marked mandatory but not filled you get: alertString2 += "\n- " + "%s " + MSG_MANDATORY_FIELDS_EMPTY.format(total_errors); It displays an extra "%s" Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21091 [Bug 21091] Move add item template JavaScript to a separate file -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:57:06 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:57:06 +0000 Subject: [Koha-bugs] [Bug 21091] Move add item template JavaScript to a separate file In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21091 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28689 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689 [Bug 28689] Extra %s in alert message when saving an items -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:58:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:58:28 +0000 Subject: [Koha-bugs] [Bug 28690] New: Important and mandatory not checked on all item forms Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28690 Bug ID: 28690 Summary: Important and mandatory not checked on all item forms Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: jonathan.druart+koha at gmail.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl If item subfields has marked as mandatory or important, there is no alert when the item is added from the acquisition or serial modules. acqui/neworderempty.tt: var empty_item_mandatory = CheckMandatorySubfields(ff); acqui/orderreceive.tt: var total_errors = CheckMandatorySubfields(form); serials/serials-edit.tt: total_errors = total_errors + CheckMandatorySubfields(this); -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:59:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:59:04 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28689, | |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28690 --- Comment #44 from Jonathan Druart --- (In reply to Jonathan Druart from comment #43) > Note that the other ones are actually broken (!) Opened bug 28690. > Also note that there is a typo in the error message > alertString2 += "\n- " + "%s " + > MSG_MANDATORY_FIELDS_EMPTY.format(total_errors); > There is an extra %s Opened bug 28689. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:59:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:59:04 +0000 Subject: [Koha-bugs] [Bug 28689] Extra %s in alert message when saving an items In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28689 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27526 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 15:59:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 13:59:04 +0000 Subject: [Koha-bugs] [Bug 28690] Important and mandatory not checked on all item forms In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28690 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27526 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:03:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:03:14 +0000 Subject: [Koha-bugs] [Bug 28620] Remove trailing space when logging with log4perl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:03:18 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:03:18 +0000 Subject: [Koha-bugs] [Bug 28620] Remove trailing space when logging with log4perl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28620 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122328|0 |1 is obsolete| | --- Comment #3 from Nick Clemens --- Created attachment 122678 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122678&action=edit Bug 28620: Remove trailing space when logging with log4perl Trivial change. Do sed -i -r -e'/log4perl/ s/\s%n$/%n/' on the log4perl configs. Test plan: Update your own config. Trigger some logging and check that logfile. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:04:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:04:24 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #86 from Julian Maurice --- Created attachment 122679 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122679&action=edit Bug 25078: Close open filehandle -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:04:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:04:30 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #87 from Julian Maurice --- Created attachment 122680 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122680&action=edit Bug 25078: Fix encoding issue with db_revs output >From `perldoc -f open`: The scalars for in-memory files are treated as octet strings: unless the file is being opened with truncation the scalar may not contain any code points over 0xFF. So $out need to be decoded first in order to be used in other Perl strings -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:06:12 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:06:12 +0000 Subject: [Koha-bugs] [Bug 25078] Update DB process - wrap each DBRev inside a transaction and better error handling In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25078 --- Comment #88 from Julian Maurice --- I tested this patch with the CLI and the Web installer. Both display the Unicode characters correctly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:08:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:08:30 +0000 Subject: [Koha-bugs] [Bug 28691] New: Quick Spine Label should split the same way the Label Creator does Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28691 Bug ID: 28691 Summary: Quick Spine Label should split the same way the Label Creator does Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Label/patron card printing Assignee: cnighswonger at foundations.edu Reporter: andrew at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org The two label printers treat LCC call numbers differently. They should work the same. To recreate: - have an item with call number "AB123" and source of classification LCC, set to LCC splitting rule - use the Label Creator to print a spine label containing only itemcallnumber, notice it splits as: AB 123 - use the Quick Spine Label Creator to print a spine label. Notice it does not split: AB123 See also Bug 23021, the quick spine tool won't follow a regex splitting rule. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:11:30 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:11:30 +0000 Subject: [Koha-bugs] [Bug 28691] Quick Spine Label should split the same way the Label Creator does In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28691 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas at bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:12:28 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:12:28 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #49 from Marcel de Rooy --- Good to see these changes. We still need some attention here: sub get_some_shelves { my ( $self, $params ) = @_; my $borrowernumber = $params->{borrowernumber} || 0; my $category = $params->{category} || 1; my $add_allowed = $params->{add_allowed}; my @conditions; my $patron = Koha::Patrons->find( $borrowernumber ) or return 0; if ( $add_allowed ) { At this point we prevented a crash but now the side-effect is that we wont see any public lists at all when not logged in.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:14:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:14:22 +0000 Subject: [Koha-bugs] [Bug 27947] Add cancellation reasons to article requests In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947 Nick Clemens changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:24:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:24:29 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |27942 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942 [Bug 27942] QOTD: quote CSV uploads may contain JavaScript payloads (XSS) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:24:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:24:29 +0000 Subject: [Koha-bugs] [Bug 27942] QOTD: quote CSV uploads may contain JavaScript payloads (XSS) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |28675 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 [Bug 28675] QOTD broken in 20.05 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:25:00 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:25:00 +0000 Subject: [Koha-bugs] [Bug 17600] Standardize the EXPORT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #102 from Jonathan Druart --- Joubu> Asking again for the Xth times "Do we need bug 17600 (Standardize the EXPORT) or not?" ashimema> I like it ashimema> and have tested... Joubu> It's now or never, basically ashimema> I'd go for it ashimema> personally Joubu> I don't need stamps on it, only a "go for it" is enough :) Joubu> "I will push it at the beginning of July, regardless of its status, if there is no objection before." Joubu> this is what I actually sent to the QA team a couple of weeks ago Joubu> but I am feeling a bit ashamed to push such big changes with a NSO status Joubu> marcelr, kidclamp, khall, jajm, tcohen, you all agree with that, right? ^ marcelr> Joubu you promised it marcelr> wait and begin of July takes another year khall> go for it marcelr> we have 4 months for cleanup haha Joubu> Thanks, I didn't need more. A short "go" is better than silence ;) jajm> Joubu, go go go! Joubu> I will quote you all on the bug :D ashimema> go :) ashimema> I did do a chunk of testing so take my SO tcohen> Joubu add my stamp tcohen> I tested it in the early ages tcohen> and am sure we can fix whatever arises -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:25:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:25:03 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 --- Comment #2 from Lucas Gass --- This appears to be caused by this commit: https://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=d810cd63100caf91c7346b73fd7db1d04a77424d -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:25:09 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:25:09 +0000 Subject: [Koha-bugs] [Bug 17600] Standardize the EXPORT In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17600 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:36:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:36:21 +0000 Subject: [Koha-bugs] [Bug 28677] Add the word "calendar" to the description for ExpireReservesOnHolidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677 Andrew Fuerste-Henry changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add the word "calendar" to |Add the word "calendar" to |the description for |the description for |ExcludeHolidaysFromMaxPicku |ExpireReservesOnHolidays |pDelay | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:40:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:40:03 +0000 Subject: [Koha-bugs] [Bug 28677] Add the word "calendar" to the description for ExpireReservesOnHolidays In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28677 --- Comment #1 from Andrew Fuerste-Henry --- Highlighting some of the issue around these, I filed this bug with the wrong syspref in the name. This is actually about ExpireReservesOnHolidays. Right now it reads: (Allow / Don't allow) expired holds to be canceled on days the library is closed. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:44:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:44:20 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122676|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:44:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:44:24 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122677|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:44:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:44:52 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #45 from Tomás Cohen Arazi --- Created attachment 122681 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122681&action=edit Bug 27526: Fix repeatable more subfields We retrieved always the first value. Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:44:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:44:59 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #46 from Tomás Cohen Arazi --- Created attachment 122682 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122682&action=edit Bug 27526: Fix mandatory and important checks The input names have been changed from "field_value" to $kohafield. Modifying this could have an impact in other area, where CheckMandatorySubfields and CheckImportantSubfields are called. Using .input_marceditor let us fix the additem.tt form and prevent to break the other ones. Note that the other ones are actually broken (!) Also note that there is a typo in the error message alertString2 += "\n- " + "%s " + MSG_MANDATORY_FIELDS_EMPTY.format(total_errors); There is an extra %s Signed-off-by: Tomas Cohen Arazi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:45:52 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:45:52 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #47 from Tomás Cohen Arazi --- Nice work! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:51:53 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:51:53 +0000 Subject: [Koha-bugs] [Bug 28692] New: Reduce DB action_log table size Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 Bug ID: 28692 Summary: Reduce DB action_log table size Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Database Assignee: koha-bugs at lists.koha-community.org Reporter: stalkernoid at gmail.com QA Contact: testopia at bugs.koha-community.org -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:55:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:55:13 +0000 Subject: [Koha-bugs] [Bug 28692] Reduce DB action_log table size In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 Peter Vashchuk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:55:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:55:17 +0000 Subject: [Koha-bugs] [Bug 28692] Reduce DB action_log table size In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 --- Comment #1 from Peter Vashchuk --- Created attachment 122683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122683&action=edit Bug 28692 - log without indentation to decrease DB action_log table size Indentation symbols like spaces and newlines take up a large amount of extra space. Example: fully indented action_log item MODIFY record weighs from 1.6 to 370 KB while the version of it without any indentation takes 1.1 to 46 KB accordingly. This patch adds Indent(0) parameter of Data::Dumper to output without indentation. To reproduce for item: 1) edit any item you see fit, save it. 2) check the action_logs table and find there a newly created MODIFY item row, "info" column of that contains dumped data, see that it has indentation, optional: check and note about the size of it. 3) apply the patch. 4) edit that item again and save it afterwards. 5) "info" column of the newly created row should contain non-indented text now. If you did check the size of the previous dump, compare it with this new one, check the difference it makes. To reproduce for hold: 1) in syspref set HoldsLog to Log. 1) go to the biblio page and suspend and resume any hold you see fit. 2) check the action_logs table and find there a newly created SUSPEND item row, "info" column of that contains dumped data, see that it has indentation, optional: check and note about the size of it. 3) apply the patch. 4) edit that item again and save it afterwards. 5) "info" column of the newly created row should contain non-indented text now. If you did check the size of the previous dump, compare it with this new one, check the difference it makes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:56:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:56:04 +0000 Subject: [Koha-bugs] [Bug 28692] Reduce DB action_log table size In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 Peter Vashchuk changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged at gmail.com, | |stalkernoid at gmail.com -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 16:56:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 14:56:22 +0000 Subject: [Koha-bugs] [Bug 28692] Reduce DB action_log table size In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28692 Peter Vashchuk changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |stalkernoid at gmail.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 17:00:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 15:00:41 +0000 Subject: [Koha-bugs] [Bug 28693] New: Main heading box not populated in search authorities from bibliographic record Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28693 Bug ID: 28693 Summary: Main heading box not populated in search authorities from bibliographic record Change sponsored?: --- Product: Koha Version: 20.11 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Cataloging Assignee: koha-bugs at lists.koha-community.org Reporter: bernard.scaife at ptfs-europe.com QA Contact: testopia at bugs.koha-community.org CC: m.de.rooy at rijksmuseum.nl Workflow (on 20.11.05) 1. Add 610 values of a Great Britain. b Parliament x Rules and practice in order to edit catalogue record 2. Click gadget for authority search 3. Observe only "search main heading ($a only):" box is populated (Great Britain) but not "Search main heading:" box (which should contain Parliament Rules and practice) This means you get loads of results when you click search as it just searches for Great Britain. This makes it difficult to find navigate to the authority record you need. NB/ In 19.11.04 both boxes are populated. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 17:17:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 15:17:24 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #48 from Victor Grousset/tuxayo --- Hi :) Issue found. master enable prefill on e f g h add an item, next item e f g h are prefilled apply patch, restart go back to edit item page (not prefilled) add an item, next item isn't prefilled so it's confirmed prefill doesn't work now something less on topic that I really don't understand: rollback code to master restart all service go back to edit item page Can't call method "field" on unblessed reference at /kohadevbox/koha/cataloguing/additem.pl line 978 How can this happen? There isn't a DB upgrade so rollbacking the code and restarting should be enough, right? Anyway, resetting all data allowed to retry on master and confirm that it works -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 17:25:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 15:25:02 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 17:34:22 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 15:34:22 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #49 from Tomás Cohen Arazi --- (In reply to Victor Grousset/tuxayo from comment #48) > > now something less on topic that I really don't understand: > rollback code to master > restart all service > go back to edit item page > Can't call method "field" on unblessed reference at > /kohadevbox/koha/cataloguing/additem.pl line 978 > > How can this happen? There isn't a DB upgrade so rollbacking the code and > restarting should be enough, right? Can you try cleaning the cookies? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 17:36:38 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 15:36:38 +0000 Subject: [Koha-bugs] [Bug 15461] Add staff equivalent for OpacLocationOnDetail In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15461 Caroline Cyr La Rose changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caroline.cyr-la-rose at inlibr | |o.com --- Comment #3 from Caroline Cyr La Rose --- I was just looking for this! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 18:05:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 16:05:51 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 --- Comment #50 from Victor Grousset/tuxayo --- (In reply to Tomás Cohen Arazi from comment #49) > Can you try cleaning the cookies? Indeed it was that, thanks! (tried in private browsing) Mystery solved about this secondary testing issue. That's scary that something like that can happen and persist even after a logout. (but a server side reset solves it o_O ) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 19:32:14 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 17:32:14 +0000 Subject: [Koha-bugs] [Bug 28694] New: Check alert in cataloguing should be a modal Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694 Bug ID: 28694 Summary: Check alert in cataloguing should be a modal Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Templates Assignee: oleonard at myacpl.org Reporter: tomascohen at gmail.com QA Contact: testopia at bugs.koha-community.org Just that. The current 'alert' approach is inconsistent with the rest of the UI. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 19:32:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 17:32:24 +0000 Subject: [Koha-bugs] [Bug 28694] Check alert in cataloguing should be a modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=27526 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 19:32:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 17:32:24 +0000 Subject: [Koha-bugs] [Bug 27526] Remove Mod/AddItemFromMarc from additem.pl In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27526 Tomás Cohen Arazi changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28694 -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:26:35 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:26:35 +0000 Subject: [Koha-bugs] [Bug 737] Map of library in search system In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=737 Joelle Hannert changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jhannert at nmc.edu -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:28:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:28:50 +0000 Subject: [Koha-bugs] [Bug 28694] Check alert in cataloguing should be a modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor at tuxayo.net --- Comment #1 from Victor Grousset/tuxayo --- The alert when one forgets a mandatory field? -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:33:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:33:32 +0000 Subject: [Koha-bugs] [Bug 28694] Check alert in cataloguing should be a modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694 --- Comment #2 from Tomás Cohen Arazi --- (In reply to Victor Grousset/tuxayo from comment #1) > The alert when one forgets a mandatory field? Yes! For *st sake! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:53:48 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:53:48 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers at biblibre.co | |m -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:54:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:54:11 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark at catalyst.n | |et.nz -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 20:55:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 18:55:57 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Version|20.05 |20.11 --- Comment #3 from Victor Grousset/tuxayo --- It didn't occurred in bug 27942 to test the manual quote addition when backporting ^^" Fridolin: 20.11 is confirmed to be affected. Wainui: 19.11 is very likely to be affected also. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 21:24:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 19:24:17 +0000 Subject: [Koha-bugs] [Bug 28639] Embed see-from headings (from authorities) into bibliographic records at OAI repository level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28639 Ere Maijala changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ere.maijala at helsinki.fi -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 21:29:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 19:29:21 +0000 Subject: [Koha-bugs] [Bug 28639] Embed see-from headings (from authorities) into bibliographic records at OAI repository level In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28639 --- Comment #2 from Ere Maijala --- I think the setting should be in the oai.conf file instead of a syspref. The conf file would allow you to make it format-specific instead of a global setting. You could e.g. setup a new metadataPrefix marc21_with_auth that would include the see-from headings while keeping the normal marc21 format intact. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 21:42:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 19:42:42 +0000 Subject: [Koha-bugs] [Bug 28694] Check alert in cataloguing should be a modal In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28694 --- Comment #3 from Victor Grousset/tuxayo --- indeed lol ^^ -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 22:56:56 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 20:56:56 +0000 Subject: [Koha-bugs] [Bug 28695] New: Add shelving location column to overdue report (overdue.tt) Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695 Bug ID: 28695 Summary: Add shelving location column to overdue report (overdue.tt) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs at lists.koha-community.org Reporter: lucas at bywatersolutions.com QA Contact: testopia at bugs.koha-community.org CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com Some librarians would find it handy if the circulation overdue report (overdue.tt) included a shelving location column. Since the table is already column configurable the new column would need to be added to columns_settings.yml as well -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 23:14:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 21:14:51 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #50 from Alex Buckley --- (In reply to Marcel de Rooy from comment #49) > Good to see these changes. > We still need some attention here: > > sub get_some_shelves { > my ( $self, $params ) = @_; > my $borrowernumber = $params->{borrowernumber} || 0; > my $category = $params->{category} || 1; > my $add_allowed = $params->{add_allowed}; > > my @conditions; > my $patron = Koha::Patrons->find( $borrowernumber ) or return 0; > if ( $add_allowed ) { > > At this point we prevented a crash but now the side-effect is that we wont > see any public lists at all when not logged in.. Thanks Marcel! Working on this now. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 23:48:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 21:48:04 +0000 Subject: [Koha-bugs] [Bug 28695] Add shelving location column to overdue report (overdue.tt) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 23:48:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 21:48:07 +0000 Subject: [Koha-bugs] [Bug 28695] Add shelving location column to overdue report (overdue.tt) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695 --- Comment #1 from Lucas Gass --- Created attachment 122684 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122684&action=edit Bug 28695: add shelving location column to overdue.tt To test: 1. have some overdues 2. go to the overdue report on the circulation page (overdue.tt) 3. no shelving location 4. apply patch and restart the things 5. look at the overdue report again and there should be a Shelving location column 6. make sure it is accurate 7. go to table settings and make sure you can properly hide the column. test other columns in the table and make sure they are still hiding correctly as well -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Thu Jul 8 23:48:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 21:48:19 +0000 Subject: [Koha-bugs] [Bug 28695] Add shelving location column to overdue report (overdue.tt) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28695 Lucas Gass changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs at lists.koha-commun |lucas at bywatersolutions.com |ity.org | -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 01:24:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 23:24:59 +0000 Subject: [Koha-bugs] [Bug 28696] New: Point of sale: attempting to pay with the "Enter" key cause an overcharge in the database Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28696 Bug ID: 28696 Summary: Point of sale: attempting to pay with the "Enter" key cause an overcharge in the database Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Fines and fees Assignee: koha-bugs at lists.koha-community.org Reporter: marie-luce.laflamme at inlibro.com QA Contact: testopia at bugs.koha-community.org This problem occurs if you forget to fill in the collect payment fields, then press on the “Enter” key. When a message Required field shows up, the payment will not be saved correctly in the database. Instead, Koha secretly charges the failed payment in the database before confirming the real payment on the web interface. E.g . If the item cost = $1 and you press 3 times «Enter» with missing payment fields, the web interface and receipt confirm a $1 payment, while the database register a $3 payment (3 X $1 ) for the same transaction id. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 01:31:03 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 23:31:03 +0000 Subject: [Koha-bugs] [Bug 28696] Point of sale: attempting to pay with the "Enter" key cause an overcharge in the database In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28696 --- Comment #1 from Marie-Luce Laflamme --- Test plan 1. Have an item for $1 in Point of Sale 2. From the point of sale, add this item (1 time) to "sale", so the total payable = $1 – (no need to modify quantity nor the item cost) 3. In the Collect payment section, click in the «Amount tendered box », leave the box empty 4. Press the Enter key --> A «Required field » message should appear <--- failed payment 1 5. Add an amount in the amount tendered box 6. Press the Enter key --> «Required field » message is still displayed <--- failed payment 2 7. Select the payment type 8. Press the Enter key --> a «Required field » message <---- failed payment 3 9. Select the cash register 10. Click on Confirm 11. Print the receipt (see the yellow box at the top) --> The receipt should confirm a $1 payment. Write down the transaction ID from the receipt. 12. In a terminal, check the transaction ID in the database; check "Accountlines" and "account_offsets" select * from accountlines where timestamp =’date of the transaction aaaa-mm-dd hh:mm:ss’ select * from account_offsets where credit_id='transaction ID from the receipt" The item cost is charged each time you miss a field (purchase = 3$ + 3 X $1 payment ) -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 01:50:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Thu, 08 Jul 2021 23:50:13 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 --- Comment #14 from David Cook --- (In reply to Marcel de Rooy from comment #13) > (In reply to David Cook from comment #11) > > (In reply to Marcel de Rooy from comment #10) > > > Are we here in a self checkout context? > > > > Yes. > > Hahaha. I was aware of that. But we need to check it :) Haha. I'm sorry about that! I was reading that way too literally. That's what I get for trying to multi-task. I'm so embarrassed. Sorry again! -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 02:55:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 00:55:47 +0000 Subject: [Koha-bugs] [Bug 28680] Staff without edit_borrower permission still see patron information In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28680 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au --- Comment #1 from David Cook --- I don't think that this really makes sense. Arguably "edit_borrowers" could be changed to just "add and modify" patron information, but if we want to restrict viewing patron information, then there should probably be a new permission to control that. Of course, that wouldn't be backwards compatible, so that probably wouldn't happen. Maybe a system preference in addition to a new permission I suppose... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 03:04:08 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 01:04:08 +0000 Subject: [Koha-bugs] [Bug 28679] Unable to click "Log in to your account" when GoogleOpenIDConnect is enabled In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28679 David Cook changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook at prosentient.com.au -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 03:54:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 01:54:25 +0000 Subject: [Koha-bugs] [Bug 27942] QOTD: quote CSV uploads may contain JavaScript payloads (XSS) In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27942 --- Comment #22 from Victor Grousset/tuxayo --- Hi :) Manual quote addition is broken with patch «[20.11] Prevent XSS vulnerabilities in quote-upload» See bug 28675 , any ideas/analysis/help welcome :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 05:21:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 03:21:21 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.05 In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 --- Comment #4 from Victor Grousset/tuxayo --- So. are put in the datatable object by the callback of the "add quote" button. And the display of a cell must not escape them. So if we keep the same logic, we have to escape the text from the server but not the text from the callback of the "add quote" button. One way to do that is by removing the cell escape and escape the data when the ajax request comes back. https://datatables.net/reference/option/ajax in the example: «Manipulate the data returned from the server» So the dataSrc callback look good. But datatables changed it's way to do ajax request so the above doesn't work without changing that. https://datatables.net/manual/server-side#Legacy If doesn't seem we can't process the received data with old datatatable ajax method https://legacy.datatables.net/usage/server-side That's what I've found so far, in case that helps. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 05:21:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 03:21:41 +0000 Subject: [Koha-bugs] [Bug 28675] QOTD broken in 20.11 and below In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28675 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|QOTD broken in 20.05 |QOTD broken in 20.11 and | |below -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:50:39 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:50:39 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122540|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:50:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:50:49 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122539|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:51:04 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:51:04 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122538|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:51:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:51:13 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122537|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:51:45 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:51:45 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #51 from Alex Buckley --- Created attachment 122685 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122685&action=edit Bug 26346: Add option to make public lists editable by all staff If a staff member has access to the staff client (either because 'catalogue' permission is enabled or they're a superlibrarian then that user can add items (from OPAC or staff client) to a list marked 'Staff only' Test plan: 1. In the staff client go to: Lists > 'New list'. Notice under 'Allow changes to contents from' there are three options: Nobody, Owner only, Anyone seeing this list 2. Apply first 3 patches and run updatedatabase.pl cd installer/data/mysql sudo koha-shell ./updatedatabase.pl 3. Restart memcached and plack 4. Create a public list and select the new 'Staff only' option under 'Allow changes to contents from' 5. Log out of the staff client and log back in as a different user with the 'Staff access, allows viewing of catalogue in staff interface (catalogue)' permission enabled. 6. Navigate to the Lists module, and click on the name of the list you created in #5 7. Select 'Add items' and enter an item barcode and submit 8. Notice the item has been added to the list 9. Search the catalogue in the staff client. Confirm you can add to the list you created in #5 from both the search result page and biblio record detail page 10. Confirm you can remove items from the list in the OPAC and staff client 11. Login to the OPAC as the same user as #5 12. Perform an OPAC search, Select 'Save to lists' under a biblio record, choose the list from #4 in 'Select a list' and save 13. Confirm in the staff client that the record from #11 has been added to the list 14. Logout of OPAC and login again as a user which does not have 'Staff access, allows viewing of catalogue in staff interface (catalogue)' or superlibrarian enabled 15. Do a OPAC search, hit 'Save to lists' and notice you cannot add the record to the list from #4 16. Run Patron.t and Virtualshelves.t unit tests: sudo koha-shell prove t/db_dependent/Koha/Patron.t prove t/db_dependent/Virtualshelves.t 17. Login to the staff client as the same user as #5 18. Create a new list in the staff client, select 'Category'='Private', 'Allow changes to contents from'='Staff only' 19. Notice 'The Staff only permission has no actual effect while this list is strictly private' message hint is displayed 20. Change 'Category'='Public' and notice the hint is removed 21. Switch back to 'Category'='Private' and 'Allow changes to contents from'='Anyone' 22. Notice the 'The Anyone permission has no actual effect while this list is strictly private.' is displayed 23. Repeat steps 18-22 in the OPAC 24. Create a 'staff only' list in the OPAC and then login as a different user with 'Staff access, allows viewing of catalogue in staff interface (catalogue)' permission enabled. Confirm you are able to add items to this new 'staff only' list. 25. Confirm that the 'Staff only' option is not available to patrons with no special permissions when creating lists in the OPAC Sponsored-by: Horowhenua District Council, New Zealand Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:54:02 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:54:02 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #52 from Alex Buckley --- Created attachment 122686 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122686&action=edit Bug 26346: Add edit_public_lists sub-permission enabling patrons to switch 'owner only' public lists (which they're not the owners of) to 'staff only' lists The first patch on bug 26346 only allowed owners of existing 'owner only' public lists switch those lists to be 'Staff only'. This patch will allow other patrons with the 'edit_public_lists' sub-permission to also make this change. Test plan: 1. Apply the first 26346 patch and follow it's test plan 2. Apply this patch 3. Apply database changes: cd installer/data/mysql sudo koha-shell ./updatedatabase.pl 4. Restart memcached and plack 5. Login to the staff client. Create an 'owner only' public list 6. Create another patron record. Tick the following two permissions: * "Staff access, allows viewing of catalogue in staff interface (catalogue) Required for staff login." permission * Lists > "Edit public lists (edit_public_lists)" sub-permission 7. Logout of the staff client, and login as the user from step #6 8. Navigate to the Lists module, click 'Edit' on the 'owner only' list 9. Confirm you can change the 'Allow changes to contents from:' option to 'Staff only' 10. Confirm you can now add items to this 'staff only' list 11. Login to the OPAC as the patron from step #5 12. Create a 'owner only' public list 13. Logout of OPAC, and login as the patron from step #6 14. Navigate to public lists in the OPAC and edit the OPAC created 'owner only' public list from step # 15. Confirm you can change the 'Allow changes to contents from:" option to 'Staff only' 16. Confirm you can now add items to this 'staff only' list 17. Run Virtualshelves.t unit test: sudo koha-shell prove t/db_dependent/Virtualshelves.t Sponsored-by: Catalyst IT Signed-off-by: Andrew Fuerste-Henry -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:54:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:54:46 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #53 from Alex Buckley --- Created attachment 122687 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122687&action=edit Bug 26364: (QA follow-up) Do not crash on anonymous OPAC user Seriously! Can't call method "userid" on an undefined value at /usr/share/koha/Koha/Virtualshelf.pm line 253 Trivial fix. Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 06:55:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 04:55:20 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #54 from Alex Buckley --- Created attachment 122688 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122688&action=edit Bug 26346: (follow-up) Fixes in response to QA Fixes for the following comments on bug report 26346: 1. Comment #31 2. Comment #32 3. Comment #35 4. Comment #36 5. Comment #37 6. Comment #38 7. Comment #49 Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 07:24:25 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 05:24:25 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122688|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 07:25:20 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 05:25:20 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #55 from Alex Buckley --- Created attachment 122689 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122689&action=edit Bug 26346: (follow-up) Fixes in response to QA Fixes for the following comments on bug report 26346: 1. Comment #31 2. Comment #32 3. Comment #35 4. Comment #36 5. Comment #37 6. Comment #38 7. Comment #49 Test plan for comment #49 fix: 1. Create a 'staff only' public list and 'Anyone seeing this list' public list 2. Visit the OPAC. Do not login. Confirm you are able to see both lists created in comment #1 in the OPAC 3. Perform a search, select a search result checkbox and view the dropdown options in the 'Select titles to:' dropdown 3. Confirm both lists in step #1 are displayed in the dropdown 4. Try adding an item to the 'staff only' list. Observe you're prompted to login 5. Login as a user with staff client permissions and confirm you can add the item to the 'staff only' list 6. Logout, and repeat step 4. Login as a user with no permissionsi. Confirm you cannot add an item to a 'staff only' list 7. Confirm both staff users and users with no permissions can add items to the 'Anyone seeing the list' public list in the OPAC Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:21:50 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:21:50 +0000 Subject: [Koha-bugs] [Bug 27583] Clarify how cash management fits together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:21:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:21:54 +0000 Subject: [Koha-bugs] [Bug 27583] Clarify how cash management fits together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #120912|0 |1 is obsolete| | --- Comment #13 from Marcel de Rooy --- Created attachment 122690 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122690&action=edit Bug 27583: Proposed terminology changes This patch impliments some terminology changes and clarifications for the cash management system Test plan 1/ Apply the patches 2/ Enable 'UseCashRegisters' 3/ Navigate around the cash management system (via the Tools menu) 4/ Enable 'EnablePointOfSale' 5/ Navigate around the cash management system (via the Point of sale module) 6/ Comment on what you think about the changes Signed-off-by: Sally Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:22:13 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:22:13 +0000 Subject: [Koha-bugs] [Bug 27583] Clarify how cash management fits together In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27583 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:24:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:24:29 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #56 from Alex Buckley --- I haven't quite finished this yet. Have re-thought the get_some_shelves() change. Amended patch to come shortly. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:33:57 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:33:57 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122689|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:34:40 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:34:40 +0000 Subject: [Koha-bugs] [Bug 28294] C4::Circulation::updateWrongTransfer should be moved into Koha:: In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28294 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Failed QA QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | --- Comment #20 from Marcel de Rooy --- Please add tests for these module changes. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:37:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:37:37 +0000 Subject: [Koha-bugs] [Bug 28390] Transaction timestamps should be part of the transaction grouping row instead of repeated for each breakdown row In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28390 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply CC| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:40:11 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:40:11 +0000 Subject: [Koha-bugs] [Bug 28389] One should be able to see details for refunds on the register summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- Just wondering about this kind of naming: debit.credit.description -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:43:16 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:43:16 +0000 Subject: [Koha-bugs] [Bug 28389] One should be able to see details for refunds on the register summary page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28389 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Marcel de Rooy --- [%- PROCESS account_type_description account=debit.credit -%] [%- IF debit.credit.description %][% debit.credit.description | html %][%- END -%] [%- IF ( debit.credit.itemnumber ) -%] ([% debit.credit.item.biblio.title | html %])[%- END -%] [% debit.credit.amount | $Price %] This does not look good to me at first glance. You remove and move data outside data tags? Please explain/correct. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:45:32 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:45:32 +0000 Subject: [Koha-bugs] [Bug 28660] Self checkout is not automatically logging in In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28660 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_21_05_candidate --- Comment #15 from Jonathan Druart --- So, what do we do? I don't think it's a good idea to revert bug 21325 (we announced that we prevented auth by GET and now we will accept it again?). I don't see how an additional check would be helpful, but we can add it if needed (please provide a patch). Note that if AutoSelfCheckAllowed is off, the CGI param won't be set from sco-main.pl and so $q_userid won't be == AutoSelfCheckID. Additionally if we are not coming from the sco page and the user CGI param is AutoSelfCheckID we are getting kicked out earlier. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:46:37 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:46:37 +0000 Subject: [Koha-bugs] [Bug 15969] Allow use of Template Toolkit syntax for Phone Notices In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15969 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:47:46 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:47:46 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 --- Comment #57 from Alex Buckley --- Created attachment 122691 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122691&action=edit Bug 26346: (follow-up) Fixes in response to QA Fixes for the following comments on bug report 26346: 1. Comment #31 2. Comment #32 3. Comment #35 4. Comment #36 5. Comment #37 6. Comment #38 7. Comment #49 Test plan for comment #49 fix: 1. Log into the staff client as User A. Create one of each of the following types of public lists: - 'Owner only' - 'staff only' - 'Anyone seeing this list' 2. Visit the OPAC. Do not login. Confirm you are able to see all three public lists under the 'Lists' dropdown in the OPAC header 3. Perform a search. Select a search result checkbox and view the dropdown options in the 'Select titles to:' dropdown 4. Confirm only the 'Anyone seeing this list' is displayed as an option 5. Log into the OPAC as a user B (a user with no permissions). Confirm you can see all three public lists under the header 'Lists' dropdown 6. Repeat steps 3, and 4 as User B with the same results as un-authenticated user 6. Log into the OPAC as user C (a user with access to the staff client). Confirm you can see all three public lists under the header 'Lists' dropdown 7. Repeat steps 3, and 4 but this time you should see the 'staff only' and 'Anyone seeing this list' public lists in the dropdown 8. Log into the OPAC as user A. Confirm you can see all three poublic lists under the header 'Lists' dropdown 9. Repeat steps 3, and 4 but this time you should see the 'owner only', 'staff only' and 'Anyone seeing this list' public lists in the dropdown Sponsored-By: Catalyst IT -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:48:59 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:48:59 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |BLOCKED --- Comment #33 from Marcel de Rooy --- Looking here -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:49:41 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:49:41 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #34 from Marcel de Rooy --- FAIL acqui/neworderempty.pl FAIL valid Useless use of a variable in void context -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:57:21 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:57:21 +0000 Subject: [Koha-bugs] [Bug 26346] Add option to make a public list editable by library staff only In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26346 Alex Buckley changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #58 from Alex Buckley --- (In reply to Marcel de Rooy from comment #49) Hi Marcel, 1. I've rebased the third patch 'Bug 26346: Add option to make public lists editable by all staff'. It conflicted when applied on master. 2. Have amended the sixth patch 'Bug 26346: (follow-up) Fixes in response to QA' to address comment #49 - along with a test plan for the comment #49 fix in case that's something you wanted. - All types of public lists are now displayed in the 'Lists' dropdown in the OPAC header to both un-authenticated and authenticated users - When an un-authenticated user (i.e. not logged in) selects an item and tries to see what lists they can add said item to then only "Anyone seeing this list" public lists show as available. - 'Owner only' and staff only' lists are only displayed as lists which can be added to if the OPAC user is A) Logged in and B) Permitted to add to those lists. This is essentially the same behaviour as happens on master with regards to 'owner only' public lists. Ready for review. Alex -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 08:57:24 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 06:57:24 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #35 from Marcel de Rooy --- (In reply to Marcel de Rooy from comment #34) > FAIL acqui/neworderempty.pl > FAIL valid > Useless use of a variable in void context Without a line number, this is hard to find. I checked perlcritic and it gives a lot of noise on neworderempty.pl (depending on level), but this warn I did not find.. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:05:54 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:05:54 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #36 from Marcel de Rooy --- FAIL koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt FAIL forbidden patterns forbidden pattern: Don't use select tag's size attribute where it is 1 (bug 28066) (line 345) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:06:17 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:06:17 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #37 from Marcel de Rooy --- Created attachment 122692 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122692&action=edit Bug 20817: (QA follow-up) Remove size=1 attribute Resolves QA warning, with reference to bug 28066. Line 345 of acqui/neworderempty.tt -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:15:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:15:47 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|tomascohen at gmail.com |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:16:49 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:16:49 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 --- Comment #38 from Marcel de Rooy --- (In reply to Kyle M Hall from comment #25) > Created attachment 118371 [details] [review] > Bug 20817: Add ability to retain 9xx fields when adding on order item to > existing record > > Signed-off-by: Liz Rea Remarkably, we lost the test plan here ;) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:35:47 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:35:47 +0000 Subject: [Koha-bugs] [Bug 20817] Add ability to retain 9xx fields when adding on order item to existing record In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20817 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|BLOCKED |Failed QA --- Comment #39 from Marcel de Rooy --- Hmm. I am sorry to note but it crashes already at the first stage of testing this. When we still have this kind of typo in the code now, I would recommend adding an updated test plan and setting back to Needs Signoff. It does not help me trust these changes. Undefined subroutine &C4::Acquisition::Utils::GetMarcItemFieldsToOrderValues called at /usr/share/koha/acqui/addorderiso2709.pl line 540 my $alliteminfos = C4::Acquisition::Utils::GetMarcItemFieldsToOrderValues( $marcrecord, [ 'homebranch', 'holdingbranch', 'itype', 'nonpublic_note', 'public_note', 'loc', 'ccode', 'notforloan', 'uri', 'copyno', 'price', 'replacementprice', 'itemcallnumber', 'quantity', 'budget_code' ] ); => Koha::Acquisition::Utils etc -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:40:29 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:40:29 +0000 Subject: [Koha-bugs] [Bug 27985] Add option for using a MARC modification template on a single record from the details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:40:34 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:40:34 +0000 Subject: [Koha-bugs] [Bug 27985] Add option for using a MARC modification template on a single record from the details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118463|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 122693 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122693&action=edit Bug 27985: Add option to send a record to batch modification from details page This patch adds an option to modify a single record using a marc modification template to the 'Edit' menu on the details page To test: 1 - Apply patch 2 - Browse to details page on the staff client 3 - Be a user with permission to edit records and use batch record modification 4 - Verify the option 'Modify record using template' appears in list 5 - Click it 6 - You should be sent to batch record modification screen 7 - If you have no templates there will be a link prompting you to create on, do that 8 - If oyu already had one, or created on above you shoudl now be able to select a template 9 - Apply the template 10 - Browse to the record again 11 - Confirm changes were applied correctly Signed-off-by: Kelly McElligott Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:40:51 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:40:51 +0000 Subject: [Koha-bugs] [Bug 27985] Add option for using a MARC modification template on a single record from the details page In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27985 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia at bugs.koha-communit |m.de.rooy at rijksmuseum.nl |y.org | -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:43:42 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:43:42 +0000 Subject: [Koha-bugs] [Bug 25260] Merge 'reserves' and 'old_reserves' into a new 'holds' table In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25260 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #37 from Marcel de Rooy --- Does not apply. Looks like lots of changes in the Schema patch do not belong here too. Please cleanup. -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:45:19 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:45:19 +0000 Subject: [Koha-bugs] [Bug 28083] Add system preference that allows users to insert HTML in the on all staff pages In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28083 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy at rijksmuseum.nl --- Comment #4 from Marcel de Rooy --- Comment3 has not been addressed or answered three months later. Changing status to reflect need for feedback -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:47:05 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:47:05 +0000 Subject: [Koha-bugs] [Bug 22605] Adding the option to modify/edit searches on the staff interface In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22605 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl Status|Signed Off |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:51:10 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:51:10 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy at rijksmuseum.nl QA Contact| |m.de.rooy at rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:51:33 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:51:33 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 --- Comment #109 from Marcel de Rooy --- I would recommend running qa tools yourself too :) -- You are receiving this mail because: You are watching all bug changes. From bugzilla-daemon at bugs.koha-community.org Fri Jul 9 09:52:07 2021 From: bugzilla-daemon at bugs.koha-community.org (bugzilla-daemon at bugs.koha-community.org) Date: Fri, 09 Jul 2021 07:52:07 +0000 Subject: [Koha-bugs] [Bug 8628] Add digital signs to the OPAC In-Reply-To: References: Message-ID: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8628 --- Comment #110 from Marcel de Rooy --- Lots of warnings, especially on filters. But some interesting other ones too ;) Processing files before patches |========================>| 20 / 20 (100.00%) Processing files after patches File not found : lib/jquery/mobile/jquery.mobile.min.css at /usr/share/koha/Koha/Template/Plugin/Asset.pm line 107. File not found : lib/jquery/mobile/jquery.mobile.min.js at /usr/share/koha/Koha/Template/Plugin/Asset.pm line 84. |========================>| 20 / 20 (100.00%) OK Koha/Schema/Result/SavedSql.pm OK critic OK forbidden patterns OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL Koha/Schema/Result/Sign.pm OK critic OK file permissions OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid FAIL Koha/Schema/Result/SignStream.pm OK critic OK file permissions OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid FAIL Koha/Schema/Result/SignsToStream.pm OK critic OK file permissions OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid FAIL Koha/Sign.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid FAIL Koha/SignStream.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL Koha/SignStreams.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL Koha/Signs.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL Koha/SignsToStream.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL Koha/SignsToStreams.pm OK critic OK file permissions FAIL forbidden patterns forbidden pattern: Incorrect license statement (using postal address), may be a false positive if the file is coming from outside Koha (bug 24545) (line 18) OK git manipulation OK pod OK pod coverage SKIP spelling OK valid FAIL installer/data/mysql/kohastructure.sql FAIL boolean_vs_tinyint WARNING - The new column (webapp) for table signs is using INT(1) as type, must be TINYINT(1) if it has a boolean purpose, see the SQL12 coding guideline OK charset_collate OK git manipulation OK tinyint_has_boolean_flag OK installer/data/mysql/mandatory/sysprefs.sql OK git manipulation OK semicolon OK sysprefs_order OK koha-tmpl/intranet-tmpl/prog/en/includes/permissions.inc OK filters OK forbidden patterns OK git manipulation OK js_in_body SKIP spelling OK tt_valid OK valid_template OK koha-tmpl/intranet-tmpl/prog/en/includes/tools-menu.inc OK filters OK forbidden patterns OK git manipulation OK js_in_body SKIP spelling OK tt_valid OK valid_template FAIL koha-tmpl/intranet-tmpl/prog/en/modules/tools/signs.tt FAIL filters missing_filter at line 18 ( [% INCLUDE dslink %] Edit "[% stream.name %]") missing_filter at line 24 ( [% INCLUDE dslink %] Edit "[% sign.name %]") missing_filter at line 29 ( [% INCLUDE dslink %] Edit streams attached to "[% sign.name %]") wrong_html_filter at line 32 ( Edit streams attached to "[% sign.name %]" ›) missing_filter at line 32 ( Edit streams attached to "[% sign.name %]" ›) missing_filter at line 32 ( Edit streams attached to "[% sign.name %]" ›) missing_filter at line 35 ( [% INCLUDE dslink %] Delete stream "[% stream.name %]") missing_filter at line 39 ( [% INCLUDE dslink %] Delete sign "[% sign.name %]") missing_filter at line 82 ( ) missing_filter at line 85 ( ) missing_filter at line 91 ( ) missing_filter at line 101 ( ) missing_filter at line 101 ( ) missing_filter at line 103 ( ) missing_filter at line 103 ( ) missing_filter at line 121 ( ) missing_filter at line 124 ( ) missing_filter at line 129 (
  • ) missing_filter at line 150 ( ) missing_filter at line 150 ( ) missing_filter at line 152 ( ) missing_filter at line 152 ( ) missing_filter at line 161 ( ) missing_filter at line 161 ( ) missing_filter at line 163 ( ) missing_filter at line 163 ( ) missing_filter at line 174 ( seconds. (Set to 0 to disable automatic page turning.)) missing_filter at line 177 ( seconds.) missing_filter at line 180 ( seconds.) missing_filter at line 188 (

    Edit streams attached to [% sign.name %]

    ) missing_filter at line 202 ( [% s.sign_stream.name %]) missing_filter at line 203 ( [% IF s.params %][% s.params %][% ELSE %]None[% END %]) wrong_html_filter at line 206 ( ) wrong_html_filter at line 206 ( ) wrong_html_filter at line 206 ( ) missing_filter at line 206 ( ) missing_filter at line 206 ( ) missing_filter at line 206 ( ) wrong_html_filter at line 208 ( ) missing_filter at line 208 ( ) wrong_html_filter at line 211 ( Detach) wrong_html_filter at line 211 ( Detach) missing_filter at line 211 ( Detach) missing_filter at line 211 ( Detach) missing_filter at line 221 ( ) missing_filter at line 223 ( ) missing_filter at line 229 ( ) missing_filter at line 229 ( ) missing_filter at line 239 (

    Parameters for [% stream.name %]

    ) wrong_html_filter at line 240 ( Based on report: [% sql.report_name %] | Edit this report) missing_filter at line 240 ( Based on report: [% sql.report_name %] | Edit this report) missing_filter at line 240 ( Based on report: [% sql.report_name %] | Edit this report) missing_filter at line 242 ( ) missing_filter at line 244 ( ) missing_filter at line 245 ( ) missing_filter at line 246 ( ) missing_filter at line 255 ( ) missing_filter at line 277 (

    Confirm deletion of stream '[% stream.name %]'?

    ) missing_filter at line 278 ( ) missing_filter at line 280 ( ) missing_filter at line 284 ( ) missing_filter at line 292 ( ) missing_filter at line 299 (

    Confirm deletion of sign '[% sign.name %]'?

    ) missing_filter at line 300 ( ) missing_filter at line 302 ( ) missing_filter at line 306 ( ) missing_filter at line 314 ( ) missing_filter at line 320 (

    [% sign.name %]

    ) missing_filter at line 325 (

    [% stream.sign_stream.name %]

    ) wrong_html_filter at line 328 (
  • [% record.title %]
  • ) missing_filter at line 328 (
  • [% record.title %]
  • ) missing_filter at line 328 (
  • [% record.title %]
  • ) missing_filter at line 337 (

    [% stream.name %]

    ) wrong_html_filter at line 338 ( Based on report: [% stream.saved_sql_id.report_name %] | Edit this report) missing_filter at line 338 ( Based on report: [% stream.saved_sql_id.report_name %] | Edit this report) missing_filter at line 338 ( Based on report: [% stream.saved_sql_id.report_name %] | Edit this report) wrong_html_filter at line 377 ( [% s.name %]) missing_filter at line 377 ( [% s.name %]) missing_filter at line 377 ( [% s.name %]) missing_filter at line 379 ( [% s.swatch %]) missing_filter at line 380 ( [% s.transition %]) missing_filter at line 381 ( [% s.idleafter %]) missing_filter at line 382 ( [% s.pagedelay %]) missing_filter at line 383 ( [% s.reloadafter %]) missing_filter at line 386 ( Actions ) missing_filter at line 387 (