doxygen
This commit is contained in:
parent
5e8e507d2f
commit
c825413f87
@ -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)
|
function set_status($id_status)
|
||||||
{
|
{
|
||||||
$sql = "INSERT INTO ".MAIN_DB_PREFIX."societe_log (datel, fk_soc, fk_statut, fk_user, author, label)";
|
$sql = "INSERT INTO ".MAIN_DB_PREFIX."societe_log (datel, fk_soc, fk_statut, fk_user, author, label)";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user