From chrisc@koha.wgtn.cat-it.co.nz Mon Apr 11 16:34:02 2011 Return-Path: X-Original-To: chrisc@catalyst.net.nz Delivered-To: chrisc@catalyst.net.nz Received: from localhost (localhost [127.0.0.1]) by mail.catalyst.net.nz (Postfix) with ESMTP id 667A132089; Mon, 11 Apr 2011 16:34:02 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at catalyst.net.nz Received: from mail.catalyst.net.nz ([127.0.0.1]) by localhost (bertrand.catalyst.net.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KddFIZ4Utl19; Mon, 11 Apr 2011 16:34:01 +1200 (NZST) Received: from koha.wgtn.cat-it.co.nz (h241-244.catalyst.net.nz [202.78.241.244]) by mail.catalyst.net.nz (Postfix) with ESMTPS id A9E9831E16; Mon, 11 Apr 2011 16:34:01 +1200 (NZST) Received: from chrisc by koha.wgtn.cat-it.co.nz with local (Exim 4.69) (envelope-from ) id 1Q98p7-0002NS-1G; Mon, 11 Apr 2011 16:34:01 +1200 From: Chris Cormack To: koha-patches@lists.koha-community.org Cc: Chris Cormack Subject: [PATCH] Bug 5431 : Follow up patch fixing ModBranch Date: Mon, 11 Apr 2011 16:33:59 +1200 Message-Id: <1302496439-9058-2-git-send-email-chrisc@catalyst.net.nz> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1302496439-9058-1-git-send-email-chrisc@catalyst.net.nz> References: <1302496439-9058-1-git-send-email-chrisc@catalyst.net.nz> Status: RO Content-Length: 622 --- 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