]> git.koha-community.org Git - koha.git/commit
This should fix bug 734.
authoracli <acli>
Sun, 7 Mar 2004 05:38:45 +0000 (05:38 +0000)
committeracli <acli>
Sun, 7 Mar 2004 05:38:45 +0000 (05:38 +0000)
commit2b48399288c24be5cf99f476138252ea90e19813
treec936f15752f8c66513f4ff442080bd5d5b794900
parent7170fbcc5e9fc5bce4d4520ec77179e0b721a25c
This should fix bug 734.

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.
C4/Catalogue.pm