Ajout commentaires
This commit is contained in:
parent
50670a02aa
commit
816e435acc
@ -22,9 +22,13 @@
|
|||||||
|
|
||||||
class FournisseurTelephonie {
|
class FournisseurTelephonie {
|
||||||
var $db;
|
var $db;
|
||||||
|
|
||||||
var $id;
|
var $id;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Créateur
|
||||||
|
*
|
||||||
|
*
|
||||||
|
*/
|
||||||
function FournisseurTelephonie($DB, $id=0)
|
function FournisseurTelephonie($DB, $id=0)
|
||||||
{
|
{
|
||||||
$this->db = $DB;
|
$this->db = $DB;
|
||||||
@ -187,7 +191,7 @@ class FournisseurTelephonie {
|
|||||||
return $arr;
|
return $arr;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*
|
* Crée une commande pour ce fournisseur
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user