Bug 18930: Move lost item refund rules to circulation_rules table
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 12 Jul 2017 14:55:08 +0000 (10:55 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Mon, 15 Jul 2019 10:27:59 +0000 (11:27 +0100)
commitfd63fe7d126986b1ab72d70ec2b35e05ef7cddea
treeb1c63516cd5a58fc3c216429f677634388abdfbc
parentfcc22df8ff277ac7041d5eb72e83821fb1ef1f37
Bug 18930: Move lost item refund rules to circulation_rules table

This patch will move the list item refund rules from a dedicated table to the circulation_rules table.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Verify lost item refund rules remain unchanged

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Agustin Moyano <agustinmoyano@theke.io>
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Circulation.pm
Koha/RefundLostItemFeeRule.pm [deleted file]
Koha/RefundLostItemFeeRules.pm
Koha/Schema/Result/RefundLostItemFeeRule.pm [deleted file]
admin/smart-rules.pl
installer/data/mysql/atomicupdate/bug_18930.perl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
t/db_dependent/RefundLostItemFeeRule.t