[Koha-bugs] [Bug 8137] Checkout limit by patron category for all libraries

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 26 14:14:30 CET 2018


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

--- Comment #20 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list