Modification des paramtres de la fonction

This commit is contained in:
Rodolphe Quiedeville 2003-03-11 15:41:02 +00:00
parent 985908d2df
commit 109d0d9779

View File

@ -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());
}