koha-bugs
[Top][All Lists]
Advanced

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

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 285] We need to be able to delete one order from one supplier
Date: 24 Apr 2006 12:48:51 -0000

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


address@hidden changed:

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




------- Comment #1 from address@hidden  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.




reply via email to

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