diff --git a/admin-dev/themes/default/template/controllers/suppliers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/suppliers/helpers/view/view.tpl index 7c576b4f5..b8da88465 100644 --- a/admin-dev/themes/default/template/controllers/suppliers/helpers/view/view.tpl +++ b/admin-dev/themes/default/template/controllers/suppliers/helpers/view/view.tpl @@ -30,15 +30,15 @@
| {l s='Name:'} {$product->name} | - {if !empty($product->product_supplier_reference)}{l s='Supplier Reference:'} {$product->product_supplier_reference} | {/if} - {if !empty($product->product_supplier_price_te)}{l s='Wholesale price:'} {$product->product_supplier_price_te} | {/if} +{l s='Name:'} {$product->name} | + {if !empty($product->product_supplier_reference)}{l s='Supplier Reference:'} {$product->product_supplier_reference} | {/if} + {if !empty($product->product_supplier_price_te)}{l s='Wholesale price:'} {$product->product_supplier_price_te} | {/if} {if !empty($product->reference)}{l s='Reference:'} {$product->reference} | {/if} {if !empty($product->ean13)}{l s='EAN13:'} {$product->ean13} | {/if} {if !empty($product->upc)}{l s='UPC:'} {$product->upc} | {/if} diff --git a/translations/fr/admin.php b/translations/fr/admin.php index 7361f4fc6..a30fae194 100644 --- a/translations/fr/admin.php +++ b/translations/fr/admin.php @@ -1408,13 +1408,13 @@ $_LANGADM['AdminSuppliersb9f5c797ebbf55adccdd8539a65a0241'] = 'Désactiver'; $_LANGADM['AdminSuppliers38fb7d24e0d60a048f540ecb18e13376'] = 'Enregistrer'; $_LANGADM['AdminSuppliersf16b5952df8d25ea30b25ff95ee8fedf'] = 'Association boutique :'; $_LANGADM['AdminSuppliers8e8efa8fbd3512c87c87c23fe8023604'] = 'Il n\'est pas possible de supprimer un fournisseur si il est / sont en attente de commande de fournitures (s).'; -$_LANGADM['AdminSuppliers543ae6adeb524f98cc7d3c816a1ec1e3'] = 'Total produits :'; +$_LANGADM['AdminSuppliers38f06ccd27281c8fc66e11581798ec06'] = 'Nombre de produits :'; $_LANGADM['AdminSuppliers66b02975abe1eaca734427011e342ee3'] = 'Référence fournisseur :'; $_LANGADM['AdminSuppliers62b5bb12862c2d95d5c88d1e75feb4f9'] = 'Prix d\'achat :'; $_LANGADM['AdminSuppliers3dd42bfc8345e82c43b4a40a3426ec49'] = 'Référence :'; $_LANGADM['AdminSuppliersccf096490d2671f3ea97ea9289eee5b1'] = 'Ean 13 :'; $_LANGADM['AdminSuppliersaf7448c885be0d8acd5eb84322176570'] = 'UPC :'; -$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible'; +$_LANGADM['AdminSuppliers2d84cbbf65674e7961d4a821338c7f86'] = 'Quantité disponible :'; $_LANGADM['AdminSuppliers1caa6ff629641a4eb20f190f7a0539ca'] = 'Attributs'; $_LANGADM['AdminSuppliersbc67a1507258a758c3a31e66d7ceff8f'] = 'Référence fournisseur'; $_LANGADM['AdminSuppliersc804723ccdde3d7a46933b208c6f928d'] = 'Prix d\'achat';
|---|