[Koha-bugs] [Bug 7583] undo receive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 12 16:56:25 CEST 2012


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Passed QA

--- Comment #16 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #13)
> Epic fail:
> 
> syntax error at acqui/parcel.pl line 84, near ");"
> Global symbol "$datereceived" requires explicit package name at
> acqui/parcel.pl line 85.
> Global symbol "$datereceived" requires explicit package name at
> acqui/parcel.pl line 85.

Outch sorry !
A parenthesis was missing after the conflict, I solved it like:

-my $datereceived = ($op eq ('new' or 'search' )
+my $datereceived = ( $op eq ('new' or 'search' ) )

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


More information about the Koha-bugs mailing list