From 8ba3941c9371b82ddeab5b7d50b4dcfe1d6c60e5 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 21 Feb 2005 12:25:33 +0000 Subject: [PATCH] Ajout info sur les tests --- htdocs/telephonie/ligne/commande.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/htdocs/telephonie/ligne/commande.php b/htdocs/telephonie/ligne/commande.php index 5cf311d9974..2a8d6e4eab1 100644 --- a/htdocs/telephonie/ligne/commande.php +++ b/htdocs/telephonie/ligne/commande.php @@ -104,11 +104,13 @@ if ($_GET["id"] or $_GET["numero"]) $ok_commande = 1; } - print "1. ".$ok_commande .'
'; - 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 $ligne->mode_paiement == 'vir'); + print ''; + print "'; + print "'; + print "'; + print "'; + print "'; + print '
Numéro correct ".$ok_commande .'
Commandes ouvertes auprès du fournisseur ".$ftx->commande_enable .'
Permission pour l'utilisateur de commander des lignes ".$user->rights->telephonie->ligne_commander.'
Statut de la ligne compatible ".($ligne->statut == 1 or $ligne->statut == -1) .'
Rib ok ou mode de règlement par virement ".($client_facture->verif_rib() or $ligne->mode_paiement == 'vir').'
'; } }