Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
[koha.git] / C4 / Acquisitions.pm
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbDeleted unused variables.
2002-10-13 arensbAdded a partial POD.
2002-10-10 arensbFixed FIXMEs.
2002-10-05 arensbReplaced several prepare()/execute()/finish() sequences...
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-01 arensbAdded an incomplete POD, as well as some FIXME comments...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-22 tonnesenMissing bracket
2002-07-10 tipaul*** empty log message ***
2002-07-08 tonnesenuse warnings breaks perl 5.005
2002-06-20 tipaul* Acquisition synchronised with rel-1-2
2002-05-23 amillarAdded "lccn" and "marc" fields to newbiblioitem
2002-05-22 truth_nzUpdate to acqui.simple system. Hopefully this is a...
2002-05-21 amillarFix typo in booksellerid field name
2002-05-14 tipaul* getallorders now returns only not fully recieved...
2002-05-14 truth_nzAdded code to allow deleting of biblioitems
2002-05-13 tipauloops, removing 3 test lines... (ending by a die !)
2002-05-13 tipaulBugfixes : removes some hard coded trailing dates in...
2002-05-13 truth_nzbug fix to actually save the changes made to an website...
2002-05-12 truth_nzChanges to allow modifications to the website biblioitems
2002-05-12 truth_nzNew files, and changes to add associated webstes to...
2002-05-09 truth_nzUpdate to catalogue to allow change of biblio abstracts.
2002-05-03 truth_nzBug fixes to get the new acqui.simple system working.
2002-04-29 truth_nzModifications for new acqui.simple
2002-04-21 rangiFixing bug reported by Steve,
2002-04-15 truth_nzAcquisitions::newbiblioitem updated to be usable for...
2002-04-10 truth_nzAltered newbiblio to be more generic - so can use with...
2002-02-12 rangiFixing bug that was duplicating additional authors...
2000-12-19 rangiInitial revision