Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
[koha.git] / C4 / Reserves2.pm
2002-10-13 arensbAdded partial POD (but I don't understand reserves...
2002-10-12 arensbAdded some FIXME comments.
2002-10-09 arensbAdded some FIXMEs.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-09-27 finlaytAdded the possiblity of deleting waiting reservesm...
2002-09-04 finlaytLittle bug fixes.
2002-09-04 finlaytBug fix in ReserveWaiting to make sure only the record...
2002-08-26 finlaytrewrote CheckReserves so that it can be called with...
2002-08-21 finlaytFixed a bug in the reordering priorities in FillReserve...
2002-08-19 finlaytfixed up the CheckReserves.pm routine so that it does...
2002-08-15 finlaytFixed a really terrible bug! Took out the fixpriorities...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-26 finlaytFixxing bugs
2002-07-25 finlaytChanged FindReserves so that it gets biblioitem data...
2002-07-24 finlaytcommented out a warn or two...
2002-07-24 finlaytfixed bug that kept asigning reserved books to the...
2002-07-02 tipaulMerge from 1.2 and main branches
2002-06-06 finlaytimproved all the code so that priorities are reset...
2002-05-29 finlaytAdded some subroutines.
2002-04-23 finlaytFixed typo
2002-03-13 rangiGetting Iteminfo in Search to only display correct...
2002-03-13 rangiFix so that reserves are only showing for the biblioite...
2001-11-25 rangiFixing reserve handling.
2000-12-19 rangiInitial revision