summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xLedgerSMB/Form.pm2
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}