diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-22 17:59:48 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-11-22 17:59:48 +0000 |
commit | 888428b101f5259c8a55c3058664ae9c886ce908 (patch) | |
tree | a64e2f6222364e518f7f05a56a112de88d491047 /LedgerSMB | |
parent | d8f88cc899cff8d9a2df1e3ef8d3007a8d63ddf4 (diff) |
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
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 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} |