]> git.koha-community.org Git - koha.git/commit
Fixes Bug 763 (Location will not change) replaced:
authorjoshferraro <joshferraro>
Wed, 24 Mar 2004 21:05:09 +0000 (21:05 +0000)
committerjoshferraro <joshferraro>
Wed, 24 Mar 2004 21:05:09 +0000 (21:05 +0000)
commit86c721247230b1823f9d34b2c360993804ad3b5b
tree8a30a81852c5810773d9ce4a5a71071d578244df
parent41426369d68a3372289e907410c96d6106ce1bf0
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);
C4/Circulation/Circ2.pm