[Koha-bugs] [Bug 15348] Change/Edit estimated delivery date per order line

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 4 09:22:21 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15348

--- Comment #30 from Christian Stelzenmüller <christian.stelzenmueller at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list