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 Bug 5335 - More granular VAT 2012-09-20 18:09:53 +02:00
Biblio Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
Branch
Calendar
Circulation
Context
Dates
Heading
ImportBatch bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
Installer
Items
Koha
Letters bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Members Bug 6328 Fixes for comment 35 2011-11-25 14:00:47 +01:00
Overdues
Scripts
Search Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
SMS
Accounts.pm bug_5533: Slightly improved marking items as lost 2011-10-18 09:01:39 +13:00
Acquisition.pm
AuthoritiesMarc.pm signed off Bug 7284: Authority matching improvements 2012-03-07 17:34:11 +01:00
Biblio.pm Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
Branch.pm Bug 7034: de-nesting C4/Branch.pm 2011-10-19 03:23:31 +13:00
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 bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
Installer.pm Bug 7440 - Remove NoZebra vestiges 2013-03-19 21:17:04 -04:00
ItemCirculationAlertPreference.pm
Items.pm Bug 6875 de nesting C4::Biblio 2012-02-20 16:35:17 +01:00
ItemType.pm
Koha.pm
Letters.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
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 bug_8056: sorted out slip print calls 2012-05-28 13:52:39 +02:00
Reserves.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
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