Home
last modified time | relevance | path

Searched refs:commande_static (Results 1 – 4 of 4) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/comm/
H A Dcard.php808 $commande_static = new Commande($db); variable
842 $commande_static->id = $objp->cid;
843 $commande_static->ref = $objp->ref;
844 $commande_static->ref_client = $objp->ref_client;
845 $commande_static->total_ht = $objp->total_ht;
846 $commande_static->total_tva = $objp->total_tva;
847 $commande_static->total_ttc = $objp->total_ttc;
848 $commande_static->billed = $objp->billed;
852 print $commande_static->getNomUrl(1);
855 …print '<td class="right" style="min-width: 60px" class="nowrap">'.$commande_static->LibStatut($obj…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/comm/
H A Dcard.php900 $commande_static = new Commande($db); variable
932 $commande_static->id = $objp->cid;
933 $commande_static->ref = $objp->ref;
934 $commande_static->ref_client = $objp->ref_client;
935 $commande_static->total_ht = $objp->total_ht;
936 $commande_static->total_tva = $objp->total_tva;
937 $commande_static->total_ttc = $objp->total_ttc;
938 $commande_static->billed = $objp->billed;
942 print $commande_static->getNomUrl(1);
945 …print '<td class="right" style="min-width: 60px" class="nowrap">'.$commande_static->LibStatut($obj…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/commande/class/
H A Dapi_orders.class.php218 $commande_static = new Commande($this->db);
219 if ($commande_static->fetch($obj->rowid)) {
221 $commande_static->contacts_ids = $commande_static->liste_contact(-1, 'external', 1);
222 $obj_ret[] = $this->_cleanObjectDatas($commande_static);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/commande/class/
H A Dapi_orders.class.php228 $commande_static = new Commande($this->db);
229 if ($commande_static->fetch($obj->rowid)) {
231 $commande_static->contacts_ids = $commande_static->liste_contact(-1, 'external', 1);
232 $obj_ret[] = $this->_cleanObjectDatas($commande_static);