diff --git a/app/Console/Commands/CreateSingleAccount.php b/app/Console/Commands/CreateSingleAccount.php index edcbcb1a2b18..b51415233ce8 100644 --- a/app/Console/Commands/CreateSingleAccount.php +++ b/app/Console/Commands/CreateSingleAccount.php @@ -108,6 +108,7 @@ class CreateSingleAccount extends Command 'default_password_timeout' => 30*60000, 'portal_mode' => 'domain', 'portal_domain' => 'http://ninja.test:8000', + 'track_inventory' => true ]); $settings = $company->settings; diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index f999624d2027..7ac9c2aeb5e9 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4610,6 +4610,8 @@ $LANG = array( 'purchase_order' => 'Purchase Order', 'purchase_order_number' => 'Purchase Order Number', 'purchase_order_number_short' => 'Purchase Order #', + 'inventory_notification_subject' => 'Inventory threshold notification for product: :product', + 'inventory_notification_body' => 'Threshold of :amount has been reach for product: :product', ); return $LANG;