[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 11:11:57 CEST 2020


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

--- Comment #5 from Slava Shishkin <slavashishkin at gmail.com> ---
Created attachment 105998
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=105998&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