[Koha-bugs] [Bug 10869] can't delete order line if title deleted

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 25 03:17:04 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10869

--- Comment #81 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list