]> git.koha-community.org Git - koha.git/commit
[replaceprevious](bug #3678) Fix circulation
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Thu, 1 Oct 2009 08:26:43 +0000 (10:26 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Thu, 1 Oct 2009 08:35:35 +0000 (10:35 +0200)
commitc06e5b8720ccd3f0f3acf5371f89be265debe2f5
tree0c4df804f64f676e9bcf560fe96f33a795dbe4c4
parenta5e9d97c787eaed0a8b54efb107aa8d3e9ce9a0f
[replaceprevious](bug #3678) Fix circulation

This patch fix major circulation problems with reserves:
A reserved document on "next available", is no more detected when an item of this record is checked-in.
And add a db dependant test to validate this everywhen.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Circulation.pm
C4/Reserves.pm
t/db_dependent/Reserves.t [new file with mode: 0755]