Update bonprelevement.class.php

This commit is contained in:
Laurent Destailleur 2019-07-19 04:06:22 +02:00 committed by GitHub
parent fcd95ce073
commit e5801c0b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1139,7 +1139,7 @@ class BonPrelevement extends CommonObject
* @param int $notrigger 1=Does not execute triggers, 0= execute triggers * @param int $notrigger 1=Does not execute triggers, 0= execute triggers
* @return int >0 if OK, <0 if KO * @return int >0 if OK, <0 if KO
*/ */
function delete($user=null, $notrigger = 0) function delete($user = null, $notrigger = 0)
{ {
$this->db->begin(); $this->db->begin();