koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 734] Cannot update bookfund if bookfund was not previously defined
Date: 7 Mar 2004 05:35:28 -0000

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





------- Additional Comments From address@hidden  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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]