https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348
--- Comment #30 from Christian Stelzenmüller <[email protected]> --- I don't know if it's the mentioned bug, but im getting an error on step 5 from the test plan. Error trace Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_acqui_addorder_2epl::dt_from_string called at /kohadevbox/koha/acqui/addorder.pl line 318 in (eval) at /kohadevbox/koha/acqui/addorder.pl line 318 315: } 316: ); 317: 318: $orderinfo->{estimated_delivery_date} = $orderinfo->{estimated_delivery_date} ? dt_from_string($orderinfo->{estimated_delivery_date}) : undef; 319: 320: # if we already have $ordernumber, then it's an ordermodif 321: my $order = Koha::Acquisition::Order->new($orderinfo); -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
