forked from Wavyzz/dolibarr
Trad: Utilisation du bon terme "Rduction" au lieu de "Remise".
En effet une rduc en pourcentage sur une ligne facture s'appelle de manire gnrique "Rduction" et non "Remise" car "Remise" est un cas particulier de "Rduction" au niveau ligne facture. Rduction = Remise ou Rabais ou Ristourne = % sur ligne facture.
This commit is contained in:
@@ -201,7 +201,7 @@ class pdf_edison extends ModelePDFCommandes
|
||||
$pdf->MultiCell(42, $tab2_lh, $langs->trans("TotalHT"), 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY (132, $tab2_top + $tab2_lh);
|
||||
$pdf->MultiCell(42, $tab2_lh, $langs->trans("Discount"), 0, 'R', 0);
|
||||
$pdf->MultiCell(42, $tab2_lh, $langs->trans("Reduction"), 0, 'R', 0);
|
||||
|
||||
$pdf->SetXY (132, $tab2_top + $tab2_lh*2);
|
||||
$pdf->MultiCell(42, $tab2_lh, "Total HT apr<70>s remise", 0, 'R', 0);
|
||||
|
||||
Reference in New Issue
Block a user