http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3794 Summary: Receive Order shows multiple items if a title contains ordernumber Product: Koha Version: rel_3_0 Platform: PC OS/Version: All Status: NEW Severity: minor Priority: P5 Component: Acquisitions AssignedTo: rch@liblime.com ReportedBy: m.de.rooy@rijksmuseum.nl Estimated Hours: 0.0 Change sponsored?: --- The query in SearchOrder (Acquisitions.pm) should select only one record if the ordernumber is passed. But it also selects records with "title LIKE %id%". If another ordered title contains that order number, it is also listed by orderreceive.pl. As a result, it is not possible to enter a receipt for the intended item. The where clause in the SearchOrder routine should be adjusted to reflect that the call by orderreceive explicitly refers to one order number only. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.