Bugzilla – Attachment 3855 Details for
Bug 5431
Separate state field for library addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Follow up patch
5431 (text/plain), 2.00 KB, created by
Chris Cormack
on 2011-04-11 04:36:42 UTC
(
hide
)
Description:
Follow up patch
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2011-04-11 04:36:42 UTC
Size:
2.00 KB
patch
obsolete
>From chrisc@koha.wgtn.cat-it.co.nz Mon Apr 11 16:34:02 2011 >Return-Path: <chrisc@koha.wgtn.cat-it.co.nz> >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 <chrisc@koha>) > id 1Q98p7-0002NS-1G; Mon, 11 Apr 2011 16:34:01 +1200 >From: Chris Cormack <chrisc@catalyst.net.nz> >To: koha-patches@lists.koha-community.org >Cc: Chris Cormack <chrisc@catalyst.net.nz> >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 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 5431
:
2823
|
2989
|
3805
|
3855
|
3885