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 3bf739c2..af0129d7 100755
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -1629,7 +1629,7 @@ sub add_shipto {
shiptoaddress2, shiptocity, shiptostate,
shiptozipcode, shiptocountry, shiptocontact,
shiptophone, shiptofax, shiptoemail)
- VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
+ VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
|;
$sth = $self->{dbh}->prepare($query) || $self->dberror($query);