[Bug 285] We need to be able to delete one order from one supplier
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=285 pierrick@koha-fr.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from pierrick@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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz