[Koha-bugs] [Bug 10270] GetOrdersByBiblionumber needs better unit tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 17 14:57:13 CEST 2013


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Needs Signoff

--- Comment #7 from Jonathan Druart <jonathan.druart at biblibre.com> ---
typo in the last patch:

-use C4::Biblio qw( AddBiblio );
+use C4::Biblio;
[...]
-( undef, $ordernumber2 ) = C4::Acquisition::NewOrder(
+( undef, $ordernumber3 ) = C4::Acquisition::NewOrder(

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list