[Koha-patches] [PATCH] [SIGNED-OFF] Bug 5431 : Follow up patch fixing ModBranch

Katrin Fischer Katrin.Fischer.83 at web.de
Mon Apr 11 22:38:09 CEST 2011


From: Chris Cormack <chrisc at catalyst.net.nz>

Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
---
 C4/Branch.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C4/Branch.pm b/C4/Branch.pm
index 817aa38..abcdbd6 100644
--- a/C4/Branch.pm
+++ b/C4/Branch.pm
@@ -206,7 +206,7 @@ sub ModBranch {
             branchaddress2,branchaddress3,branchzip,branchcity,branchstate,
             branchcountry,branchphone,branchfax,branchemail,
             branchurl,branchip,branchprinter,branchnotes)
-            VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
+            VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
         ";
         my $sth    = $dbh->prepare($query);
         $sth->execute(
-- 
1.7.1



More information about the Koha-patches mailing list