dolibarr/htdocs/fourn/commande
Frédéric FRANCE 1735229f15
remove useless param
/**
     *  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)
    {
2018-10-02 20:47:40 +02:00
..
tpl update and clean code 2018-06-24 16:20:27 +02:00
card.php Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-09-16 12:55:44 +02:00
contact.php Standardize and update code 2018-09-16 11:37:43 +02:00
dispatch.php Standardize and update code 2018-09-16 11:42:20 +02:00
document.php Standardize and update code 2018-09-16 11:45:18 +02:00
index.php Standardize and update code 2018-09-16 11:47:56 +02:00
info.php Standardize and update code 2018-09-16 11:47:56 +02:00
list.php remove useless param 2018-10-02 20:47:40 +02:00
note.php Standardize and update code 2018-09-16 11:50:29 +02:00
orderstoinvoice.php Standardize and update code 2018-09-16 11:53:49 +02:00