[*] TR : update English translations key for Back Office
This commit is contained in:
@@ -120,7 +120,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
),
|
||||
array(
|
||||
'type' => 'text',
|
||||
'label' => $this->l('Postcode / Zip Code:'),
|
||||
'label' => $this->l('Postal Code/Zip Code:'),
|
||||
'name' => 'postcode',
|
||||
'size' => 10,
|
||||
'maxlength' => 12,
|
||||
@@ -397,7 +397,7 @@ class AdminSuppliersControllerCore extends AdminController
|
||||
if (!($obj = $this->loadObject(true)))
|
||||
return;
|
||||
else if (SupplyOrder::supplierHasPendingOrders($obj->id))
|
||||
$this->errors[] = $this->l('It is not possible to delete a supplier if there are any pending supply order.');
|
||||
$this->errors[] = $this->l('It is not possible to delete a supplier if there are any pending supplier orders.');
|
||||
else
|
||||
{
|
||||
//delete all product_supplier linked to this supplier
|
||||
|
||||
Reference in New Issue
Block a user