From fa5ae41e29acafc00902959ed1f37914381e9c64 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Wed, 26 Jan 2005 18:00:14 +0000 Subject: [PATCH] Bugfix --- htdocs/telephonie/ligne/commande.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/telephonie/ligne/commande.php b/htdocs/telephonie/ligne/commande.php index a40532a029d..5cf311d9974 100644 --- a/htdocs/telephonie/ligne/commande.php +++ b/htdocs/telephonie/ligne/commande.php @@ -108,7 +108,7 @@ if ($_GET["id"] or $_GET["numero"]) print "2. ".$ftx->commande_enable .'
'; print "3. ".$user->rights->telephonie->ligne_commander.'
'; print "4. ".($ligne->statut == 1 or $ligne->statut == -1) .'
'; - print "5. ".($client_facture->verif_rib() or $obj->mode_paiement == 'vir'); + print "5. ".($client_facture->verif_rib() or $ligne->mode_paiement == 'vir'); } }