diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-22 18:01:24 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-22 18:01:24 +0000 |
commit | bae961bbede037c63a21da5cf19d32246b1ab610 (patch) | |
tree | d359b1351fd214bbed57f7141572d13a41ca985f /LedgerSMB | |
parent | 168028fa298df37ed508d08b9ac247d7ca962a0c (diff) |
Fixing bug 1601187 in trunk
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@689 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/Form.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 1aa65f32..3bf739c2 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -1636,7 +1636,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} |