[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:35:28 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:35 -------
The reason this happens is because modorder in C4::Catalogue does a

update aqorderbreakdown set bookfundid=? where
 ordernumber=?

In the normal case where the user has followed all instructions correctly (i.e.,
defined a bookfund before using acquisitions), this will work. However, in case
there is no existing aqorderbreakdown data, the update statement will not do
anything because no records will match.



------- 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