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

Chris Cormack chrisc at catalyst.net.nz
Mon Apr 11 06:33:59 CEST 2011


---
 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.5.6.5



More information about the Koha-patches mailing list