2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/commande
Alexis Algoud 895f5452b4 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
2013-12-11 15:14:29 +01:00
..
2013-08-06 00:36:21 +02:00
2013-11-19 17:54:36 +01:00
2013-10-28 13:04:16 +01:00