diff options
-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} |