diff --git a/htdocs/compta/commande/fiche.php b/htdocs/compta/commande/fiche.php
index b7dba77362d..d985743f310 100644
--- a/htdocs/compta/commande/fiche.php
+++ b/htdocs/compta/commande/fiche.php
@@ -319,11 +319,9 @@ if ($_GET["id"] > 0)
print '
'.$langs->trans('VAT').' | ';
print ''.$langs->trans('PriceUHT').' | ';
print ''.$langs->trans('Qty').' | ';
- print ''.$langs->trans('ReductionShort').' | ';
- print ''.$langs->trans('AmountHT').' | ';
- print ' | ';
- print ' | ';
- print ' | ';
+ print ''.$langs->trans('ReductionShort').' | ';
+ print ''.$langs->trans('AmountHT').' | ';
+ print ' | ';
print "\n";
}
@@ -395,9 +393,7 @@ if ($_GET["id"] > 0)
print ''.price($objp->subprice*$objp->qty*(100-$objp->remise_percent)/100)." | \n";
- print ' | ';
- print ' | ';
- print ' | ';
+ print ' | ';
print '';
$total = $total + ($objp->qty * $objp->price);
@@ -410,122 +406,6 @@ if ($_GET["id"] > 0)
dolibarr_print_error($db);
}
- /*
- * Lignes de remise
- */
-
- // Réductions relatives (Remises-Ristournes-Rabbais)
-/* Une réduction doit s'appliquer obligatoirement sur des lignes de factures
- et non globalement
- $var=!$var;
- print '';
-*/
-
- // Remises absolue
-/* Les remises absolues doivent s'appliquer par ajout de lignes spécialisées
- $var=!$var;
- print '';
-*/
-
print '';
print '';