http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7402
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |[email protected] --- Comment #6 from Katrin Fischer <[email protected]> 2012-01-18 07:40:19 UTC --- Hm, it does not work for me. I think the problem is, that the URL needs the date in iso format - not relying on dateformat setttings. >From 929: my $datereceived = C4::Dates->new( $data->{'datereceived'}, 'iso' ); Working link: http://localhost:8080/cgi-bin/koha/acqui/parcel.pl?invoice=7402&supplierid=1&datereceived=2012-01-18 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- 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/
