Koha/C4/Circulation
joshferraro e85cf7756f Fixes Bug 763 (Location will not change) replaced:
$dbh->do("UPDATE items holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);
	with:
$dbh->do("UPDATE items set holdingbranch = $tbr WHERE   items.itemnumbe$
        &itemseen($itm);
2004-03-24 21:06:48 +00:00
..
Borrower.pm DBI fixes for bug 662 2003-12-03 12:09:44 +00:00
Circ2.pm Fixes Bug 763 (Location will not change) replaced: 2004-03-24 21:06:48 +00:00
Fines.pm DBI fixes re bug 662. Removed worrying suggestion to use dbh->do in comments. 2003-12-03 11:51:52 +00:00
Renewals2.pm DBI call fix for bug 662 2003-12-08 14:24:55 +00:00
Returns.pm DBI call fix for bug 662 2003-12-08 14:24:55 +00:00