http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8253 --- Comment #11 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to comment #9)
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?
Can you you post the descriptions for those other two rows. It should have deleted any other rows where the description starts with 'Orchidées 31/05/2012'. -- You are receiving this mail because: You are watching all bug changes.