From 888428b101f5259c8a55c3058664ae9c886ce908 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Wed, 22 Nov 2006 17:59:48 +0000 Subject: Fixing bug 1601187 in 1.2 branch git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@688 4979c152-3d1c-0410-bac9-87ea11338e46 --- LedgerSMB/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index c834e468..43eb5bd8 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -1643,7 +1643,7 @@ sub add_shipto { $sth->execute( $id, $self->{shiptoname}, $self->{shiptoaddress1}, $self->{shiptoaddress2}, $self->{shiptocity}, - $self->{shiptostate}, $self->{shiptostate}, + $self->{shiptostate}, $self->{shiptozipcode}, $self->{shiptocountry}, $self->{shiptocontact}, $self->{shiptophone}, $self->{shiptofax}, $self->{shiptoemail} -- cgit v1.2.3