diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/OE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm index 534cbc12..0f4b8f2e 100755 --- a/LedgerSMB/OE.pm +++ b/LedgerSMB/OE.pm @@ -2580,7 +2580,7 @@ sub consolidate_orders { #fixme: Change this $query = qq| - INSERT INTO oe (ordnumber) VALUES ($uid)|; + INSERT INTO oe (ordnumber) VALUES ('$uid')|; $dbh->do($query) || $form->dberror($query); $query = qq| |