https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8137
--- Comment #20 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
