Bug 15129: Add Koha::Object for issuing rules and let smart-rules.pl use it
authorJoonas Kylmälä <j.kylmala@gmail.com>
Wed, 4 Nov 2015 15:15:04 +0000 (15:15 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Thu, 31 Dec 2015 19:19:45 +0000 (19:19 +0000)
commite3f81857d8193245c8e8483838a9daef676ea994
treee086f6d1a512d61c34d0e01601d4120434bf4027
parent8b171223a6be947fda6f7caacef631847b1cb1d7
Bug 15129: Add Koha::Object for issuing rules and let smart-rules.pl use it

Test plan:
1. Make sure that in koha/admin/smart-rules.pl you can still create
   new rules and that the new rules have all their values remained
   after saving the rule (so put to every field something).
2. Make sure you can edit that rule
3. Make sure you can delete that rule

Sponsored-by: Vaara-kirjastot
Followed test plan, works as expected
Signed-off-by: Marc Véron <veron@veron.ch>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
Koha/IssuingRule.pm [new file with mode: 0644]
Koha/IssuingRules.pm [new file with mode: 0644]
admin/smart-rules.pl