summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-22 18:01:24 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-22 18:01:24 +0000
commitbae961bbede037c63a21da5cf19d32246b1ab610 (patch)
treed359b1351fd214bbed57f7141572d13a41ca985f
parent168028fa298df37ed508d08b9ac247d7ca962a0c (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
-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}