[Koha-bugs] [Bug 10612] Add ability to delete patrons with batch patron deletion tool

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 18 14:10:06 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10612

--- Comment #91 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
We need to fix these tests ASAP, a bug may be hidden.
I have managed to reproduce the failure on my local install once, but cannot
anymore.
It would be good to see several fellow trying to:
1. backup the DB
2. prove t/db_dependent/Members.t
If the tests fail, keep the backup safe! Reinsert the data and try to recreate
the failure. And then debug :)

I don't understand the following lines:
295 $builder->build({
296         source => 'OldIssue',
297         value  => {
298             borrowernumber => $bor2inlist,
299             timestamp => '2016-01-01',
300         },
301 });

Why do we need an entry in the old_issues table? I have commented them but the
tests keep passing.

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


More information about the Koha-bugs mailing list