dolibarr/htdocs/commande/class
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
..
commande.class.php In some cases of improper use of the delete () function, the complete repertoire of propale objects, invoice or order was deleted. 2013-12-11 15:14:29 +01:00
commandestats.class.php Fix: Fix graph for product distribution. 2013-08-27 11:54:07 +02:00