1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 14:12:44 +01:00

Update language files for inventory management

This commit is contained in:
David Bomba 2022-06-09 10:53:44 +10:00
parent aa832e1d24
commit f85efed650
2 changed files with 3 additions and 0 deletions

View File

@ -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;

View File

@ -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;