http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10869
--- Comment #81 from M. Tompsett <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
