[Koha-bugs] [Bug 734] Cannot update bookfund if bookfund was not previously defined

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Sun Mar 7 06:47:53 CET 2004


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=734





------- Additional Comments From a.c.li at ieee.org  2004-03-07 18:47 -------
This should now be fixed in rel_2_0, in C4/Catalogue.pm,v 1.36.2.4

Added a test for the "zero rows affected" condition when trying to update
aqorderbreakdown. According to DBI(3), execute() returns the "number of rows
affected", so we know whether the update has succeeded, or whether we need to
redo the update as an insert.

The error condition (return value -1) is still not being handled. But the old
code did not check for errors either, so this would be reasonable for the time
being.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-bugs mailing list