From 3e7336d25e8fe07deb61607ca5127091dd706a87 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 Jul 2007 22:22:14 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Permet=20paiements=20n=E9gatifs=20car=20?= =?UTF-8?q?factures=20n=E9gatives=20autoris=E9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/paiement.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/fourn/facture/paiement.php b/htdocs/fourn/facture/paiement.php index 07885f58108..2afd11ef766 100644 --- a/htdocs/fourn/facture/paiement.php +++ b/htdocs/fourn/facture/paiement.php @@ -97,11 +97,14 @@ if ($action == 'add_paiement') } } +/* + \TODO A activer qd gestion avoir active et que creation facture fournisseur negative interdit if ($total <= 0) { $fiche_erreur_message = '
'.$langs->trans('ErrorFieldRequired',$langs->transnoentities('Amount')).'
'; $error++; } +*/ if (! $error) {