[Koha-bugs] [Bug 25695] Missing logging of $@ in onboarding.pl after eval block

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 18 12:21:21 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25695

Slava Shishkin <slavashishkin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #105650|0                           |1
        is obsolete|                            |
 Attachment #105998|0                           |1
        is obsolete|                            |

--- Comment #7 from Slava Shishkin <slavashishkin at gmail.com> ---
Created attachment 105999
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105999&action=edit
Bug 25695: merge of similar code blocks after circulation_rules update

In onboarding.pl we have second block with adding just one more
rule parameter (maxissueqty) which can be merged to first one
after all parameters now stored in circulation_rules table.

Also this eliminates the need of adding forgotten "warn $@" after
the second eval block.

Mentored-by: Andrew Nugged <nugged at gmail.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list