Koha/t/db_dependent/lib/KohaTest
Jonathan Druart 8ad00bc02f Bug 8365: Add a renewal duration in the issuing rules
Renew an issue for a number of days (filled in the issuing rules).

Test if rules work for any i[item]types and if there is no regression.

- new column issuingrules.renewalperiod
- remove all occurrences of an already removed syspref (globalDueDate)
- remove an unused routine (Overdues::GetIssuingRules)

How it works:
- On existing installations, the issuingrules.renewalperiod =
  issuingrules.loanlength. So the behaviour is the same before and after
  this patch.
- when you add a rule, you can choose a renewal period (the unit value
  is the issuingrules.unit). So you can have a renewal period in hours
  or days.
- The default value for the renewal period is 21 days (same as
  loanlength)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Test comments on second patch.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-22 07:56:59 -04:00
..
Acquisition
Biblio Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
Branch
Calendar
Circulation
Context
Dates
Heading
ImportBatch
Installer
Items
Koha
Letters
Members
Overdues
Scripts
Search Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
SMS
Accounts.pm
Acquisition.pm
AuthoritiesMarc.pm
Biblio.pm Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
Branch.pm
Breeding.pm
Calendar.pm
Category.pm
Circulation.pm Bug 8220 - QA Followup - Unit Test 2013-03-21 20:35:37 -04:00
Context.pm
Dates.pm
Heading.pm
ImportBatch.pm
Installer.pm Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
ItemCirculationAlertPreference.pm
Items.pm
ItemType.pm
Koha.pm
Letters.pm
Log.pm
Members.pm Bug 7243: Rewording and renaming 2013-01-24 09:17:12 -05:00
Message.pm
NewsChannels.pm
Overdues.pm Bug 8365: Add a renewal duration in the issuing rules 2013-03-22 07:56:59 -04:00
Print.pm
Reserves.pm
Scripts.pm
Search.pm Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
Serials.pm
SMS.pm
Suggestions.pm
Z3950.pm