This commit is contained in:
Laurent Destailleur 2009-09-15 19:42:48 +00:00
parent 5e8e507d2f
commit c825413f87

View File

@ -1921,7 +1921,11 @@ class Societe extends CommonObject
}
/**
* Add a line in log table to save status change.
*
* @param unknown_type $id_status
*/
function set_status($id_status)
{
$sql = "INSERT INTO ".MAIN_DB_PREFIX."societe_log (datel, fk_soc, fk_statut, fk_user, author, label)";