Modification des paramtres de la fonction
This commit is contained in:
parent
985908d2df
commit
109d0d9779
@ -21,10 +21,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
function facture_get_num($societe_prefix)
|
||||
function facture_get_num($objsoc=0)
|
||||
{
|
||||
|
||||
return "FA-" . $obj->prefix_comm . "-" .strftime("%y%m%d", time());
|
||||
return "FA-" . $objsoc->prefix_comm . "-" .strftime("%y%m%d", time());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user