mirror of
https://github.com/grocy/grocy.git
synced 2026-04-02 19:09:25 +02:00
typo (#511)
This commit is contained in:
parent
a9d235d9ce
commit
3baffcfe7b
|
|
@ -1096,7 +1096,7 @@ class StockService extends BaseService
|
||||||
'price' => $logRow->price,
|
'price' => $logRow->price,
|
||||||
'location_id' => $logRow->location_id,
|
'location_id' => $logRow->location_id,
|
||||||
'open' => $open,
|
'open' => $open,
|
||||||
'opened_date' => $openDate
|
'opened_date' => $openedDate
|
||||||
));
|
));
|
||||||
|
|
||||||
// Update log entry
|
// Update log entry
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user