[Koha-bugs] [Bug 26081] 0 items in an order cannot be received do to invalid date handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 3 13:34:52 CEST 2020


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

--- Comment #9 from Joonas Kylmälä <joonas.kylmala at helsinki.fi> ---
(In reply to Jonathan Druart from comment #8)
> (In reply to Joonas Kylmälä from comment #7)
> > Jonathan, if this is duplicate of bug 21811 then it seems like the code that
> > uses $datereceived variable in orderreceive.pl is unused and should be
> > removed.
> 
> It's passed to the template:
> 250     datereceived          => $datereceived,

Sorry, I confused the file to acqui/finishreceive.pl, on line 175 there is a
while loop where the variable is used and not necessarily modified to fit the
DB format:

> while ( my $item = $items->next )  {
> ...

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


More information about the Koha-bugs mailing list