[Koha-bugs] [Bug 285] We need to be able to delete one order from one supplier

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Mon Apr 24 14:48:51 CEST 2006


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


pierrick at koha-fr.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from pierrick at koha-fr.org  2006-04-25 00:48 -------
Reading code in branch 2.2, this bug can't be reproduced. Indeed, sub
C4::Acquisitions::delorder is based on the order number and the biblio number.
The primary key of the aqorders database table is the order number. 2
consequences:

- giving the biblio number to C4::Acquisitions::delorder is perfectly useless
(but not a bug)

- deleting an order (associated to a biblio) can't delete all orders having the
same biblio




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