From 476d659fca45743efa08e6c84fcd73b6edd0653b Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 11 Apr 2011 16:33:59 +1200 Subject: [PATCH] [SIGNED-OFF] Bug 5431 : Follow up patch fixing ModBranch Content-Type: text/plain; charset="utf-8" Signed-off-by: Katrin Fischer --- 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