Add inventory changes ( tax, net purchase price
This commit is contained in:
@@ -54,7 +54,6 @@ class InventoryConsoleController extends Controller{
|
||||
|
||||
$item->count_sold = $products;
|
||||
|
||||
$item->recalculateTotalPriceBrutto();
|
||||
|
||||
echo $item->price_brutto . " - ". $item->productName ."\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user