Fix: Need declare $user for call trigger

This commit is contained in:
Sergio Sanchis 2016-10-18 10:52:07 +02:00
parent 46c985d8cc
commit 81a31e8390

View File

@ -1965,6 +1965,7 @@ class Expedition extends CommonObject
*/
function set_billed()
{
global $user;
$error=0;
$this->db->begin();