[Bug 8137] Checkout limit by patron category for all libraries
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137 --- Comment #20 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 64891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=64891 Bug 8137 - Add default issuing rule for all branches. Review of attachment 64891: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=8137&attachment=64891) ----------------------------------------------------------------- ::: t/db_dependent/Koha/IssuingRules.t @@ +50,5 @@
+ ok(Koha::IssuingRule->new({ + branchcode => $branchcode, + categorycode => $categorycode, + itemtype => $itemtype, + })->store, "Given I added an issuing rule branchcode => $branchcode,'
The wording probably should avoid personal pronouns like "I added". "Issuing rule for ... added as expected." is probably better. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org