[Koha-bugs] [Bug 11253] tools/inventory.pl output_pref ignores 'iso' parameter passed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 25 21:50:10 CET 2013


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

--- Comment #3 from M. Tompsett <mtompset at hotmail.com> ---
Create a small barcode file from books in a given branch.
Set system preference of dateformat to mm/dd/yyyy.
Go to inventory/stocktaking tool.
Browse for the barcode file.
Select the branch (i.e. not All libraries) to match.
Click submit
Table displays dates in "Unseen since" column.

Set system preference of dateformat to yyyy-mm-dd.
Go to inventory/stocktaking tool.
Browse for the barcode file.
Select the branch (i.e. not All libraries) to match.
Click submit
Table displays nothing in "Unseen since" column.

Set system preference of dateformat to dd/mm/yyyy.
Go to inventory/stocktaking tool.
Browse for the barcode file.
Select the branch (i.e. not All libraries) to match.
Click submit
KABOOM!

I would expect to see dates all the time. I would also expect that it is
formatted either (a) according to the system preference, or (b) YYYY-MM-DD.

But generally, the second parameter which is supposed to be setting 'iso' is
ignored completely, and this weirdness ensues.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list