Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Galen Charlton 684cea4309 bug 3049: display correct due date of renewed loans
The intranet item display provided by moredetail.pl
would display the original due date of the item, and
would thus be incorrect if the item had been renewed
and got a different due date.

The incorrect date was coming from items.onloan,
which AddIssue() sets to the due date.  This patch
fixes the bug in two ways:

[1] AddRenewal() now updates items.onloan with the
    correct due date.
[2] Two templates were updated to display the
    due date from (indirectly) issues.date_due
    instead of items.onloan, thus making it less
    likely that the wrong value will be displayed.

This patch does *not* update items.onloan to reflect
the correct due date.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
2009-04-08 14:51:32 -05:00
..
acqui Minor markup corrections for validity. 2009-04-08 13:50:14 -05:00
admin This patch allows the Branch Transfer Limits feature to limit transfers either by itemtype ( like the original commit ) or collection code ( new feature ). 2009-03-06 11:27:16 -06:00
authorities (bug #2933) change popup names containing space chars 2009-03-06 08:37:30 -06:00
catalogue bug 3049: display correct due date of renewed loans 2009-04-08 14:51:32 -05:00
cataloguing Bug 2919 -- fix value_builder plugins for dateaccessioned, barcode 2009-04-08 14:00:13 -05:00
circ Another try at fixing Bug 2949. 2009-04-05 11:48:28 -05:00
errors Spelling corrections: organisation->organization, authorise->authorize, catalogue->catalog 2008-09-02 15:43:29 -05:00
help Branchoverdues circ report reworking. 2009-03-06 15:01:41 -06:00
installer Spelling corrections: organisation->organization, authorise->authorize, catalogue->catalog 2008-09-02 15:43:29 -05:00
labels bug: add items to batch - search results have multiple items on one table row 2009-04-08 13:01:28 -05:00
maint Spelling corrections: organisation->organization, authorise->authorize, catalogue->catalog 2008-09-02 15:43:29 -05:00
members Reformatting receipt template and CSS to be more readable. 2009-04-01 10:49:37 -05:00
offline_circ Improvements to offline circ report (linking to title and patron records), and moving English strings from the script into the template to allow translation. 2008-12-22 17:24:34 -06:00
reports Bug 3066 - Overhaul guided reports 2009-04-03 20:17:55 -05:00
reserve bug 3049: display correct due date of renewed loans 2009-04-08 14:51:32 -05:00
reviews
serials Serials Display Enhancement 2009-04-03 16:41:38 -05:00
sms
suggestion Factor common element out of both sides of conditional. 2009-04-08 12:30:33 -05:00
tags Fix for Bug 2682 ("Approving Multiple Tags - Doesn't Work"). Processing based on value of submit buttons didn't take into account capitalization. 2008-10-23 16:01:09 -05:00
tools (bug #2933) change popup names containing space chars 2009-03-06 08:37:30 -06:00
virtualshelves Corrections and tweaks to recent lists fixes. 2008-12-01 11:24:25 -06:00
z3950 More fixes for Bug 2600, enabling the appearance of HTML tags in item titles. Resubmission. 2008-09-26 09:06:13 -05:00
about.tmpl HTML validation adjustments to about.pl 2008-09-04 20:42:34 -05:00
auth.tmpl
intranet-main.tmpl Spelling corrections: organisation->organization, authorise->authorize, catalogue->catalog 2008-09-02 15:43:29 -05:00