diff options
Diffstat (limited to 'LedgerSMB/OE.pm')
-rw-r--r-- | LedgerSMB/OE.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LedgerSMB/OE.pm b/LedgerSMB/OE.pm index 2ba55866..c296ef30 100644 --- a/LedgerSMB/OE.pm +++ b/LedgerSMB/OE.pm @@ -2394,7 +2394,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); |