http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=2601 --- Comment #2 from Nicole C. Engard <nengard@gmail.com> 2009-09-06 12:56:01 --- I looked at the db and it looks like the date and the time are stored, so this should just be a matter of changing the way the data is pulled out of the table. --------------+ | borrowernumber | accountno | itemnumber | date | amount | description | dispute | accounttype | amountoutstanding | lastincrement | timestamp | notify_id | notify_level | +----------------+-----------+------------+------------+-----------+------------------------------------+---------+-------------+-------------------+---------------+---------------------+-----------+--------------+ | 51 | 1 | NULL | 2009-09-05 | 5.000000 | account fee Account Management fee | NULL | A | 0.000000 | NULL | 2009-09-05 01:55:38 | 1 | 0 | | 51 | 2 | NULL | 2009-09-05 | -2.000000 | partial paid | NULL | C | -2.000000 | NULL | 2009-09-05 01:55:00 | 0 | 0 | | 51 | 3 | NULL | 2009-09-05 | -5.000000 | Payment,thanks - | NULL | Pay | 0.000000 | NULL | 2009-09-05 01:55:38 | 0 | 0 | | 51 | 4 | NULL | 2009-09-05 | 4.000000 | Lost Item | NULL | L | 0.000000 | NULL | 2009-09-05 01:56:03 | 1 | 0 | | 51 | 5 | NULL | 2009-09-05 | 4.000000 | Writeoff | NULL | W | NULL | NULL | 2009-09-05 01:56:03 | 0 | 0 | +----------------+-----------+------------+------------+-----------+------------------------------------+---------+-------------+-------------------+---------------+---------------------+-----------+--------------+ -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.