http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1124 ------- Comment #6 from jmf@kados.org 2006-08-08 00:14 ------- (In reply to comment #5)
(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 Thanks...
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 !!!
It clearly is not OK ... obviously 1920-01-01 is not a valid date for something to be checked in ...
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 ? I'm afraid it's not reverse order either ... that would be: 6, 5, 4, 3, 2, 1. Instead, the order is: 6, 2, 4, 3, 5, 1 !!
------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.