mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 08:20:54 -04:00
Add support for multi-pack items.
This commit is contained in:
@@ -1420,6 +1420,7 @@ class Reports extends Secure_Controller
|
||||
'item_name' => $row['name'],
|
||||
'item_number' => $row['item_number'],
|
||||
'quantity' => to_quantity_decimals($row['quantity']),
|
||||
'low_sell_quantity' => to_quantity_decimals($row['low_sell_quantity']),
|
||||
'reorder_level' => to_quantity_decimals($row['reorder_level']),
|
||||
'location_name' => $row['location_name'],
|
||||
'cost_price' => to_currency($row['cost_price']),
|
||||
|
||||
Reference in New Issue
Block a user