dolibarr/htdocs/compta/facture/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
..
facture-rec.class.php Merge remote-tracking branch 'origin/3.4' into develop 2013-09-19 01:02:53 +02:00
facture.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
facturestats.class.php Fix: Fix graph for product distribution. 2013-08-27 11:54:07 +02:00
paymentterm.class.php Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00