7 Mar
2004
7 Mar
'04
5:35 a.m.
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=734 ------- Additional Comments From a.c.li@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.