summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-22 18:17:12 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-11-22 18:17:12 +0000
commit4979b0d0d396e57346feb2ff85dc34f9b068ff6c (patch)
tree34c3797176f9ff19d2a904a6e3ec4f55497ad3cb
parent888428b101f5259c8a55c3058664ae9c886ce908 (diff)
Fixed too many ?'s in shipto save.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@691 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 43eb5bd8..3cb1765c 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -1636,7 +1636,7 @@ sub add_shipto {
shiptoaddress2, shiptocity, shiptostate,
shiptozipcode, shiptocountry, shiptocontact,
shiptophone, shiptofax, shiptoemail)
- VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
+ VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|;
$sth = $self->{dbh}->prepare($query) || $self->dberror($query);