mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
/**
* Return label of a status
*
* @param int $statut Id statut
* @param int $mode 0=Long label, 1=Short label, 2=Picto + Short label, 3=Picto, 4=Picto + Long label, 5=Short label + Picto
* @param int $billed 1=Billed
* @return string Label of status
*/
function LibStatut($statut,$mode=0,$billed=0)
{
|
||
|---|---|---|
| .. | ||
| tpl | ||
| card.php | ||
| contact.php | ||
| dispatch.php | ||
| document.php | ||
| index.php | ||
| info.php | ||
| list.php | ||
| note.php | ||
| orderstoinvoice.php | ||