From dbf750c381656b5ad95e4a8679225b86d9bb5c4e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 29 May 2006 11:05:38 +0000 Subject: [PATCH] Fix: bug #16689 --- htdocs/commande/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 1e539b9f3f8..48758faefaf 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -92,8 +92,8 @@ if ($_POST['action'] == 'add' && $user->rights->commande->creer) $commande->note = $_POST['note']; $commande->source = $_POST['source_id']; $commande->projetid = $_POST['projetid']; - $commande->remise_absolue = $_POST['remise_absolue']; - $commande->remise_percent = $_POST['remise_percent']; + //$commande->remise_absolue = $_POST['remise_absolue']; //la remise était appliquée sur les lignes et sur le total + //$commande->remise_percent = $_POST['remise_percent']; $commande->ref_client = $_POST['ref_client']; $commande->modelpdf = $_POST['model']; $commande->cond_reglement_id = $_POST['cond_reglement_id'];