From f4c921d788f1da867b19ff054286f3c783a9f6bd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Jan 2004 22:29:34 +0000 Subject: [PATCH] =?UTF-8?q?Oops,=20une=20modif=20qui=20fait=20du=20z=E8le,?= =?UTF-8?q?=20on=20restaure=20la=20ligne=20d'origine.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 42e112ce762..0112d3ae48a 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -198,8 +198,8 @@ if ($action == 'add_paiement') $fac->fetch($HTTP_POST_VARS["facid"]); $fac->fetch_client(); - $label = "Réglement facture".($fac->ref?" ".$fac->ref:"")." client".($fac->client->nom?" ".$fac->client->nom:""); - + $label = "Règlement facture"; + //On ajoute une ligne dans la table llx_bank pour qu'ensuite on puisse rapprocher le compte ! $acc = new Account($db, $HTTP_POST_VARS["accountid"]); //paiementid est correct, il contient "CHQ ou VIR par exemple"