// Stock : translations
This commit is contained in:
@@ -69,8 +69,7 @@ class AdminPPreferencesControllerCore extends AdminController
|
||||
),
|
||||
'PS_ADVANCED_STOCK_MANAGEMENT' => array(
|
||||
'title' => $this->l('Enable advanced stock management:'),
|
||||
'desc' => $this->l('When active, allows you to manage your physical stock, warehouses and supply orders.
|
||||
You have to manage at least 1 warehouse when this feature is enabled.'),
|
||||
'desc' => $this->l('Allows you to manage a physical stock, warehouses and supply orders.'),
|
||||
'validation' => 'isBool',
|
||||
'cast' => 'intval',
|
||||
'required' => false,
|
||||
|
||||
@@ -198,8 +198,8 @@ class AdminStockCoverControllerCore extends AdminController
|
||||
'warn_days' => $this->getCurrentWarning()
|
||||
);
|
||||
|
||||
$this->displayInformation($this->l('Considering the coverage period choosen and the quantity of products/combinations that you sold,
|
||||
this interface gives you an idea of when one product will run out of stock.'));
|
||||
$this->displayInformation($this->l('Considering the coverage period choosen and the quantity of products/combinations that you sold,'));
|
||||
$this->displayInformation($this->l('this interface gives you an idea of when a product will run out of stock.'));
|
||||
|
||||
return parent::renderList();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user