mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Fixed undo consume stock transaction location handling (references #1602)
This commit is contained in:
@@ -1352,7 +1352,8 @@ class StockService extends BaseService
|
||||
'stock_id' => $logRow->stock_id,
|
||||
'price' => $logRow->price,
|
||||
'opened_date' => $logRow->opened_date,
|
||||
'open' => $logRow->opened_date !== null
|
||||
'open' => $logRow->opened_date !== null,
|
||||
'location_id' => $logRow->location_id
|
||||
]);
|
||||
$stockRow->save();
|
||||
|
||||
|
Reference in New Issue
Block a user