[Koha-bugs] [Bug 9712] Add command line script to recalculate existing due dates based on current issuing rules and retroactively update the issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 26 18:14:04 CET 2013


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

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

--- Comment #2 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 15707
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15707&action=edit
Bug 9712 - Add command line script to recalculate existing due dates based on
current issuing rules and retroactively update the issues

This script can take existing issues and check to see of the due dates
match up with the current issuing rules. If can optionally update the
due dates based on the current issuing rules.

Test Plan:
1) Set an issuing rule
2) Check out an item to a patron where that issuing rules applies
3) Modify the issuing rule's issue length
4) Run migration_tools/recalculate_due_dates.pl -t
5) You should see it list your issue has having a changed due date
6) run migration_tools/recalculate_due_dates.pl -c
7) You should see the due date updated in the database for this issue

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


More information about the Koha-bugs mailing list