add inventory fix
This commit is contained in:
@@ -129,7 +129,7 @@ class InventoryItemForm extends Model{
|
||||
$item->id_inventory = $this->inventory->id_inventory;
|
||||
|
||||
|
||||
$model->recalculateTotalPriceBrutto();
|
||||
$item->recalculateTotalPriceBrutto();
|
||||
|
||||
|
||||
if ( !$item->save(false) ){
|
||||
|
||||
Reference in New Issue
Block a user