Skip to content
Snippets Groups Projects
Commit 895f5452 authored by Alexis Algoud's avatar Alexis Algoud
Browse files

In some cases of improper use of the delete () function, the complete...

In some cases of improper use of the delete () function, the complete repertoire of propale objects, invoice or order was deleted.

Ex in agefodd module:
	$obj_link=new Propal($db);
        $obj_link->id=$agf->propalid;
        $resultdel=$obj_link->delete($user);

To prevent misuse of the function, the reference is not considered given
parent c49aabe5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment