http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1124 ------- Comment #5 from henridamien@koha-fr.org 2006-08-07 20:00 ------- (In reply to comment #4)
OK, I understand the absence of publication date and information columns ... and I grok the tabs thing. So that's all fine. However, that still leaves my received issues looking like:
Vol 1 No 7 Arrived 1920-01-01 Vol 1 No 6 Waited 1934-01-01 Vol 1 No 2 Waited 1941-01-01 Vol 1 No 4 Waited 1950-01-01 Vol 1 No 3 Waited 1952-01-01 Vol 1 No 5 Waited 2006-01-01 Vol 1 No 1 Waited
1. The statuses are wrong (Waited should be Arrived, Arrived should be Awaited (or waiting))
Chenged in template files
2. The Reception Dates are completely wrong (I never checked in items on 2006-01-01, or any of the other dates, as I wasn't even alive for those :-))
This is the result of C4::Date->formatdate Is this wrong ? I assumed this function was OK !!!
3. The order that the issues are being displayed is completely wrong (they should be displayed as 1, 2, 3, 4, 5, 6 ... in the order they were received or in the proper Vol. Issue. order).
It is the reverse order that is displayed. Maybe should I add a pref to the API so that user can choose the order ? ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.