diff options
-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 fdb383ec..08d3bac8 100755 --- a/LedgerSMB/OE.pm +++ b/LedgerSMB/OE.pm @@ -2398,7 +2398,7 @@ sub generate_orders { (?, ?, ?, ?, 0, ?, ?)|; $sth = $dbh->prepare($query); $sth->execute( $id, $parts_id, $description, - $a{vendor_id}{parts_id}{qty}, + $a{$vendor_id}{$parts_id}{qty}, $sellprice, $unit ) || $form->dberror($query); |