mirror of
https://github.com/grocy/grocy.git
synced 2026-04-07 05:16:15 +02:00
qu_factor_purchase_to_stock for stock edit
This commit is contained in:
parent
3d54ec6dca
commit
23d80c3b77
|
|
@ -623,6 +623,7 @@ class StockService extends BaseService
|
|||
'opened_date' => $stockRow->opened_date,
|
||||
'location_id' => $stockRow->location_id,
|
||||
'shopping_location_id' => $stockRow->shopping_location_id,
|
||||
'qu_factor_purchase_to_stock' => $stockRow->qu_factor_purchase_to_stock,
|
||||
'correlation_id' => $correlationId,
|
||||
'transaction_id' => $transactionId,
|
||||
'stock_row_id' => $stockRow->id
|
||||
|
|
@ -661,6 +662,7 @@ class StockService extends BaseService
|
|||
'opened_date' => $stockRow->opened_date,
|
||||
'location_id' => $locationId,
|
||||
'shopping_location_id' => $shoppingLocationId,
|
||||
'qu_factor_purchase_to_stock' => $stockRow->qu_factor_purchase_to_stock,
|
||||
'correlation_id' => $correlationId,
|
||||
'transaction_id' => $transactionId,
|
||||
'stock_row_id' => $stockRow->id
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user