Correct Travis Error

This commit is contained in:
aspangaro 2014-03-11 10:52:49 +01:00
parent d97f9e50cd
commit 99b2dfda77

View File

@ -478,7 +478,7 @@ class PaymentSalary extends CommonObject
$linkaddedforthirdparty=array();
foreach ($this->amounts as $key => $value)
{
$sal = new PaymentSalary ($this->db);
$sal = new PaymentSalary($this->db);
$sal->fetch($key);
$sal->fetch_user($this->fk_user);