[Koha-bugs] [Bug 8382] It is not possible to cancel an order when receiving on a filtered page in parcel.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Sep 17 09:27:28 CEST 2012


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

--- Comment #15 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Christophe: A followup is mandatory !

This line does not do what we want:
+my $datereceived =  ($input->param('op') eq ('new' or "search")) ?
C4::Dates->new($input->param('datereceived'))
+                    :  C4::Dates->new($input->param('datereceived'), 'iso');


$s eq ('foo' or 'bar') does not return true if $s = 'bar'

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


More information about the Koha-bugs mailing list