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:
parent
aa832e1d24
commit
f85efed650
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user