Bug 18936: Convert issuingrules fields to circulation_rules
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 13 Jul 2017 14:03:54 +0000 (10:03 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 4 Feb 2020 09:23:55 +0000 (09:23 +0000)
commit58fda20e8541c59d1886c6798063376b1c150c05
tree8186e2f0bb54dafa258f1929af09d290523ff98d
parent65024825c5b1effbbc780a47b8e96f90c8d04250
Bug 18936: Convert issuingrules fields to circulation_rules

Signed-off-by: Minna Kivinen <minna.kivinen@hamk.fi>
Signed-off-by: Joonas Kylmälä <joonas.kylmala@helsinki.fi>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
31 files changed:
C4/Circulation.pm
C4/Overdues.pm
C4/Reserves.pm
Koha/Biblio.pm
Koha/CirculationRules.pm
Koha/IssuingRule.pm [deleted file]
Koha/Item.pm
Koha/Schema/Result/Issuingrule.pm [deleted file]
admin/smart-rules.pl
installer/data/mysql/atomicupdate/bug_18936.perl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt
t/db_dependent/ArticleRequests.t
t/db_dependent/Circulation.t
t/db_dependent/Circulation/CalcDateDue.t
t/db_dependent/Circulation/CalcFine.t
t/db_dependent/Circulation/GetHardDueDate.t
t/db_dependent/Circulation/IssuingRules/maxsuspensiondays.t
t/db_dependent/Circulation/Returns.t
t/db_dependent/Circulation/SwitchOnSiteCheckouts.t
t/db_dependent/Circulation/TooMany.t
t/db_dependent/Circulation/issue.t
t/db_dependent/DecreaseLoanHighHolds.t
t/db_dependent/Fines.t
t/db_dependent/Holds.t
t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t
t/db_dependent/Koha/IssuingRules.t
t/db_dependent/Koha/Objects.t
t/db_dependent/Reserves.t
t/db_dependent/Reserves/MultiplePerRecord.t
t/db_dependent/TestBuilder.t
t/db_dependent/api/v1/holds.t