http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12826
--- Comment #1 from Jonathan Druart <[email protected]> --- Created attachment 31161 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31161&action=edit Bug 12827: NewOrder should not return basketno Since the basketno parameter is needed to insert an order, it is useless to return it. This patch changes the prototype for the C4::Acquisition::NewOrder subroutine. The return value is now a scalar containing the ordernumber created. -- 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/
