From 61bd7b330fb2d2fd449d4eabc046b4d878da1a8f Mon Sep 17 00:00:00 2001 From: fappels Date: Sat, 5 Mar 2016 11:44:35 +0100 Subject: [PATCH] Revert "Update commande.class.php" This reverts commit 266f1e2acd270dd472a662e146cdfece761430d2. --- htdocs/commande/class/commande.class.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/htdocs/commande/class/commande.class.php b/htdocs/commande/class/commande.class.php index 9ea0a37d479..8f8edcf15a3 100644 --- a/htdocs/commande/class/commande.class.php +++ b/htdocs/commande/class/commande.class.php @@ -2552,14 +2552,6 @@ class Commande extends CommonOrder // Anciens indicateurs: $price, $subprice, $remise (a ne plus utiliser) $price = $pu; - if ($price_base_type == 'TTC') - { - $subprice = $tabprice[5]; - } - else - { - $subprice = $pu; - } $subprice = $pu; $remise = 0; if ($remise_percent > 0)