http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7744

--- Comment #1 from Adrien SAURAT <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to