This commit is contained in:
Bernd Bestel 2022-03-23 17:36:36 +01:00
parent bda230537a
commit 00466972e2
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -13,7 +13,6 @@ if (!GROCY_FEATURE_FLAG_STOCK_LOCATION_TRACKING)
if ($db->locations()->where('id', 1)->count() === 0) if ($db->locations()->where('id', 1)->count() === 0)
{ {
// Create 2 default quantity units
$defaultLocation = $db->locations()->createRow([ $defaultLocation = $db->locations()->createRow([
'id' => 1, 'id' => 1,
'name' => 'Default' 'name' => 'Default'