dolibarr/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
..
class 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
stats Merge remote-tracking branch 'origin/3.4' into develop 2013-07-27 14:21:47 +02:00
tpl Fix: [ bug #698 ] Bad calculation of totals of associated documents 2013-01-25 11:37:30 +01:00
apercu.php I killed <td nowrap>. Hello <td class="nowrap"> ! 2013-07-19 14:23:42 +02:00
contact.php I killed <td nowrap>. Hello <td class="nowrap"> ! 2013-07-19 14:23:42 +02:00
customer.php Fix: Permissions on files 2013-08-06 00:36:21 +02:00
document.php Merge remote-tracking branch 'origin/3.4' into develop 2013-11-19 21:08:02 +01:00
fiche.php Make AJAX new line form work again 2013-11-19 17:54:36 +01:00
index.php I killed <td nowrap>. Hello <td class="nowrap"> ! 2013-07-19 14:23:42 +02:00
info.php Prepare move to other licence. For the moment all answers for licence 2013-01-16 15:36:08 +01:00
liste.php Fix: css class name 2013-10-28 13:04:16 +01:00
note.php I killed <td nowrap>. Hello <td class="nowrap"> ! 2013-07-19 14:23:42 +02:00
orderstoinvoice.php Mark method classer_facturee deprecated. 2013-09-16 11:50:53 +02:00