From 53272f3dad02c1690fe874dcafa62a7565023a4f Mon Sep 17 00:00:00 2001 From: joshferraro Date: Wed, 24 Mar 2004 17:18:30 +0000 Subject: [PATCH] Fixes bug 749 by removing the comma on line 1488. --- C4/Biblio.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index b0a96bf8c8..b2f496b90c 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -1488,7 +1488,7 @@ $item->{'itemnum'}=$item->{'itemnumber'} unless $item->{'itemnum'}; itemlost=?, wthdrawn=?, bulk=?, - notforloan=?, + notforloan=? where itemnumber=?"; @bind = ($item->{'bibitemnum'},$item->{'barcode'},$item->{'notes'},$item->{'homebranch'},$item->{'lost'},$item->{'wthdrawn'},$item->{'bulk'},$item->{'notforloan'},$item->{'itemnum'}); } @@ -2194,6 +2194,9 @@ Paul POULAIN paul.poulain@free.fr # $Id$ # $Log$ +# Revision 1.84 2004/03/24 17:18:30 joshferraro +# Fixes bug 749 by removing the comma on line 1488. +# # Revision 1.83 2004/03/15 14:31:50 tipaul # adding a minor check # -- 2.39.2