http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7744 --- Comment #3 from Adrien SAURAT <adrien.saurat@biblibre.com> --- You shouldn't see any change indeed. We are keeping the same functionality, it's just coded in a more efficient way. But the whole basket and neworderempty pages have to remain functional. I should have written a test plan. Here it is : === TEST PLAN === All dates must be displayed in the format selected in the"dateformat" system preference. I would be for example "dd/mm/yyyy" for a french library, but "yyyy-mm-dd" for others (US I think). 1) If you list your vendors and select a basket (which has been closed), you should see on the basket page 2 dates like this (if your "dateformat" system preference is set to "dd/mm/yyyy") : Opened on: 11/01/2012 Closed on: 01/02/2012 2) If you are on an open basket (you can reopen the last one), you can "Add order to basket". If you do this from a new (empty) record, you arrive on the neworderempty.pl page. On this page, the creation date of the order is displayed, like this : Open on: 11/01/2012 Again, it depends on the dateformat syspref, so if you are configured with "yyyy-mm-dd", you should see : Open on: 2012-01-11 ================= Thanks for taking the time to sign this. When it will come to QA, I'd like to have a confirmation that this "entrydate" deletion is not harmful in any way. It seems obsolete to me but I may have missed something. -- You are receiving this mail because: You are watching all bug changes.