All patches to Koha 3 beta to date. All work with branches.
authorDarrell Ulm <darrellulm@smfpl.org>
Tue, 1 Apr 2008 17:01:00 +0000 (12:01 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Apr 2008 19:42:07 +0000 (14:42 -0500)
commit8cafcef8bfe1cb500f662dd278a60e5a153bd799
tree44e9897f237b3c2c2a95e5e46dd65f0deb0d672d
parente5a6500c7c42a422d4c193082f651f5c0b91fe4d
All patches to Koha 3 beta to date. All work with branches.

 Billing.pl     -- new, gives bills that occur in a range, works
 pendingreserves.pl  -- fixed, works now, with branches also
 reserveratios.pl  -- indicates distressed reserves
 itemslost.pl  -- Fix to this to make it more useful and fix bugs
 Itmes.pm -- small change to work for itemslost, should not affect
             anything else
 and all tmpl files.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Items.pm
circ/billing.pl [new file with mode: 0755]
circ/pendingreserves.pl
circ/reserveratios.pl [new file with mode: 0755]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/billing.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tmpl
reports/itemslost.pl