http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7744 --- Comment #1 from Adrien SAURAT <adrien.saurat@biblibre.com> --- Created attachment 8297 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=8297&action=edit proposed patch #1 Dates on basket.pl and neworderempty.pl are now handled with TT date filters. *** Notes *** (which may lead to new bug creations) 1) In basket.pl I totally removed the following line : entrydate => C4::Dates->new($results[0]->{'entrydate'},'iso')->output as entrydate doesn't seem to be used (anymore?) 2) Also, in the same page, the block about ( $op eq 'del_basket') is never reached as far as I can tell. If a basket is deleted we only go through the "delete_confirm" operation, don't we? -- You are receiving this mail because: You are watching all bug changes.