This commit is contained in:
Rodolphe Quiedeville 2005-01-26 18:00:14 +00:00
parent 6a281ec1d3
commit fa5ae41e29

View File

@ -108,7 +108,7 @@ if ($_GET["id"] or $_GET["numero"])
print "2. ".$ftx->commande_enable .'<br>';
print "3. ".$user->rights->telephonie->ligne_commander.'<br>';
print "4. ".($ligne->statut == 1 or $ligne->statut == -1) .'<br>';
print "5. ".($client_facture->verif_rib() or $obj->mode_paiement == 'vir');
print "5. ".($client_facture->verif_rib() or $ligne->mode_paiement == 'vir');
}
}