From 7266edeee1eab08d0aa767c8e1458f6482be4d23 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 30 Mar 2006 08:28:26 +0000 Subject: [PATCH] Bugfix sur le mode de reglement --- htdocs/telephonie/client/new.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/telephonie/client/new.php b/htdocs/telephonie/client/new.php index 773abafff92..02dcf6bafd6 100644 --- a/htdocs/telephonie/client/new.php +++ b/htdocs/telephonie/client/new.php @@ -360,7 +360,7 @@ if ($_POST["action"] == 'add') if (strlen(trim($_POST["cli"])) == 9) { - if ( $ligne->create($user) == 0) + if ( $ligne->create($user, $_POST["mode_paiement"]) == 0) { } @@ -392,7 +392,7 @@ if ($_POST["action"] == 'add') if (strlen(trim($_POST["cli2"])) == 9) { - if ( $ligne->create($user) == 0) + if ( $ligne->create($user, $_POST["mode_paiement"]) == 0) { } @@ -424,7 +424,7 @@ if ($_POST["action"] == 'add') if (strlen(trim($_POST["cli3"])) == 9) { - if ( $ligne->create($user) == 0) + if ( $ligne->create($user, $_POST["mode_paiement"]) == 0) { }