Koha/koha-tmpl/intranet-tmpl/prog/en
Galen Charlton 9f2c77a686 bug 2000 - fix order of issuingrule lookup
Extended help on the alternate circulation rules
form to list the order of issuingrules lookup as
follows:

same library, same patron type, same item type</li>
same library, same patron type, default item type</li>
same library, default patron type, same item type</li>
same library, default patron type, default item type</li>
default library, same patron type, same item type</li>
default library, same patron type, default item type</li>
default library, default patron type, same item type</li>
default library, default patron type, default item type</li>

This includes modifying two routines in C4::Circulation to
follow this order: GetLoanLength() and GetIssuingRule().

The reason for this change is to have Koha exhaust all issuingrules
possibilities for a branch before checking the rules for
the default branch - this is consistent with what an admin
might expect from looking at the issuingrules forms, which display
settings a branch at a time, and is more consistent with how
circulation rules should work for indepdendent branches.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-06-20 08:19:03 -05:00
..
css kohabug 2207 - improve indicator input in MARC editor 2008-06-12 11:17:35 -05:00
includes Adding missing menu item for Stop Words. Fixes Bug 1995, "Link Missing from Admin Menu." 2008-06-17 15:53:20 -05:00
js Two jquery changes: update to tabs plugin, with related modifications to templates; Addition of jquery hotkeys plugin for selecting tabs from global search form. 2008-03-11 06:18:44 -05:00
lib Swapping tablesorter version. GZipped version may have been responsible for errors in Internet Explorer. Change to usermenu.inc is whitespace only, for proper display in IE. 2008-05-13 17:40:28 -05:00
modules bug 2000 - fix order of issuingrule lookup 2008-06-20 08:19:03 -05:00
xslt mapping recordIdentifier to Koha internal ID 2008-01-24 08:05:38 -06:00
columns.def bug 2004: changes to guided reports on items 2008-04-08 17:00:12 -05:00