// Fixed #PSTEST-1074

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14222 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2012-03-22 14:21:57 +00:00
parent f4da805b29
commit cceb65b238
2 changed files with 4 additions and 2 deletions
@@ -1906,7 +1906,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$content = '<span style="width:20px; margin-right:5px;">';
if ($supply_order_state->editable == false)
$content .= '<a href="pdf.php?id_supply_order='.(int)$supply_order->id.'" title="Export as PDF"><img src="../img/admin/pdf.gif" alt="invoice"/></a>';
$content .= '<a href="pdf.php?id_supply_order='.(int)$supply_order->id.'" title="'.$this->l('Export as PDF').'"><img src="../img/admin/pdf.gif" alt=""/></a>';
else
$content .= '-';
$content .= '</span>';
@@ -1914,7 +1914,7 @@ class AdminSupplyOrdersControllerCore extends AdminController
$content .= '<span style="width:20px">';
if ($supply_order_state->enclosed == true && $supply_order_state->receipt_state == true)
$content .= '<a href="'.$this->context->link->getAdminLink('AdminSupplyOrders').'&amp;id_supply_order='.(int)$supply_order->id.'
&csv_order_details" title="Export as CSV">
&csv_order_details" title='.$this->l('Export as CSV').'">
<img src="../img/admin/excel_file.png" alt=""/></a>';
else
$content .= '-';
+2
View File
@@ -3856,6 +3856,7 @@ $_LANGADM['AdminSupplyOrdersadc852563bca51fb6b10c7905010406d'] = 'Total TTC';
$_LANGADM['AdminSupplyOrdersae2b83a081959fff7ab2e96f4ce972d1'] = 'Créer un modèle';
$_LANGADM['AdminSupplyOrdersaf6c86ce8f9c0bcc9cefd56adc9ab72d'] = 'Impossible de copier ce modèle.';
$_LANGADM['AdminSupplyOrdersb265176ea29e777067908c30b2cf4300'] = 'Exporter le détail des commandes (CSV)';
$_LANGADM['AdminSupplyOrdersb3621803ceee76c6f20b7751f9092a0d'] = 'Exporter en PDF';
$_LANGADM['AdminSupplyOrdersb37e45f363d33def0cf339ea82432b3d'] = 'Commandes fournisseurs';
$_LANGADM['AdminSupplyOrdersb38c75d79396ac1eeb4418513c26e3ce'] = 'Quantité reçue';
$_LANGADM['AdminSupplyOrdersb602e0d0c6a72053d0a5be60cb2f8126'] = 'Total TVA';
@@ -3868,6 +3869,7 @@ $_LANGADM['AdminSupplyOrdersc4bf568036e969abaa6f078c2e3b42cb'] = 'Vous n\'avez p
$_LANGADM['AdminSupplyOrdersc9cc8cce247e49bae79f15173ce97354'] = 'Enregistrer';
$_LANGADM['AdminSupplyOrderscdda51b2f550962155ccf8d741760d0a'] = 'La quantité (%d) pour le produit n°%d n\'est pas valable.';
$_LANGADM['AdminSupplyOrderscddb91d856108b4431ebc2a9f79d4769'] = 'Prix unitaire HT';
$_LANGADM['AdminSupplyOrdersd37faa29432d65368723e141a02fb55c'] = 'Exporter en CSV';
$_LANGADM['AdminSupplyOrdersd4fbcc45d611a62316d9bc832a2fdec5'] = 'Mettre à jour les réceptions en cours';
$_LANGADM['AdminSupplyOrdersdcdbac868fdbe2c64cf161a15785efc0'] = 'Si spécifié, chaque produit dont la quantité est inférieure ou égale à cette valeur sera chargé.';
$_LANGADM['AdminSupplyOrdersdf18b275b17ac6e8e1af51788acd241d'] = 'Saisissez ici la quantité reçue aujourd\'hui';