Fix: Need declare $user for call trigger
This commit is contained in:
parent
46c985d8cc
commit
81a31e8390
@ -1965,6 +1965,7 @@ class Expedition extends CommonObject
|
||||
*/
|
||||
function set_billed()
|
||||
{
|
||||
global $user;
|
||||
$error=0;
|
||||
|
||||
$this->db->begin();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user