Bug 5431 : Follow up patch fixing ModBranch
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
This commit is contained in:
parent
ac2da44b69
commit
ce1b47ce0b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue