Bugfix sur le mode de reglement

This commit is contained in:
Rodolphe Quiedeville 2006-03-30 08:28:26 +00:00
parent 310bceaae6
commit 7266edeee1

View File

@ -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)
{
}