[Koha-bugs] [Bug 15877] C4::Barcodes does not correctly calculate db_max for 'annual' barcodes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 5 21:49:44 CEST 2016


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

--- Comment #13 from Nick Clemens <nick at bywatersolutions.com> ---
Edited the:
$dbh->do(q|DELETE FROM items|);

And replaced with:
$builder->clear( { source => 'Item' } );

Same for issues, a test crash wiped my database of all items so not an ideal
construction

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


More information about the Koha-bugs mailing list