http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10869 --- Comment #81 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 26692 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26692 [PATCH] Bug 10869: Allow the deletion of order line if the record is deleted Review of attachment 26692: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10869&attachment=26692) ----------------------------------------------------------------- ::: C4/Acquisition.pm @@ +1760,4 @@
=cut
sub DelOrder { + my ($ordernumber,$biblionumber) = @_;
Were attempts to NOT change the parameter order made? This seems like extra work. -- You are receiving this mail because: You are watching all bug changes.