[Koha-bugs] [Bug 14395] Two different ways to calculate 'No renewal before' (days or hours)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jul 17 11:02:22 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14395

Holger Meißner <h.meissner.82 at web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41027|0                           |1
        is obsolete|                            |

--- Comment #6 from Holger Meißner <h.meissner.82 at web.de> ---
Created attachment 41053
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41053&action=edit
Bug 14395: Add new syspref NoRenewalBeforePrecision

Currently the 'NoRenwalBefore' setting is always based on the exact
DateTime of the due date. This patch introduces a new global syspref for
choosing if 'NoRenewalBefore' should instead be calculated based on date
only. This is only relevant for loans caluclated in days. Hourly loans
are not affected.

To test:

1) Apply bug 14101, then apply this patch.

2) Run installer/data/mysql/updatedatabase.pl

3) Confirm that a new syspref NoRenewalBeforePrecision is available
   in administration. It should let you choose between 'date' (default)
   and 'exact time'.

Sponsored-by: Hochschule für Gesundheit (hsg), Germany

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list