24 Jul
2012
24 Jul
'12
10:03 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253 --- Comment #9 from Julian Maurice <julian.maurice@biblibre.com> --- I think there is a problem: duplicate rows are not removed. Here's how I tested: I have 1 row in accountlines with accounttype='FU' and description='Orchidées 31/05/2012' I run misc/cronjobs/fines.pl: a duplicate row is created with description='Orchidées 31/05/2012 23:59' Now, I run the updatedatabase: 1st row description is now 'Orchidées 31/05/2012 23:59' (OK) but the 2 rows are still there (KO) Am I doing something wrong? About the patch: there are 2 '<<<<<<< HEAD' remaining in updatedatabase.pl -- You are receiving this mail because: You are watching all bug changes.