Lines Matching refs:facturestatic
753 $facturestatic = new FactureFournisseur($db);
786 $facturestatic->id = $obj->rowid;
787 $facturestatic->ref = ($obj->ref ? $obj->ref : $obj->rowid);
788 $facturestatic->ref_supplier = $obj->ref_supplier;
789 $facturestatic->libelle = $obj->label; // deprecated
790 $facturestatic->label = $obj->label;
791 $facturestatic->total_ht = $obj->total_ht;
792 $facturestatic->total_tva = $obj->total_tva;
793 $facturestatic->total_ttc = $obj->total_ttc;
794 print $facturestatic->getNomUrl(1);
801 print $facturestatic->LibStatut($obj->paye, $obj->fk_statut, 5, $obj->am);