http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=949 Summary: error when adding an acquisition wihtout budget Product: Koha Version: CVS Platform: PC OS/Version: Linux - Mandrake Status: NEW Severity: normal Priority: P2 Component: Acquisitions (Full) AssignedTo: chris@katipo.co.nz ReportedBy: smachefert@laposte.net QAContact: koha-bugs@lists.sourceforge.net When I add an order line to a basket in the acquisition module, if I haven't specified any fund/budget for my database, when I try to edit a line of the basket, I get the "New order" screen. The reason is that newiblio.pl is passed an empty argument for ordnum. When looking at the database, it seems that the problem comes from the fact that my aqbudget table is empty and the leftjoin in SQL called in C4::Acquisition::getbasketcontent has an ordernumber value == null. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.