https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26081 --- Comment #9 from Joonas Kylmälä <joonas.kylmala@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.