Skip to content
Snippets Groups Projects
Commit 99b2dfda authored by aspangaro's avatar aspangaro
Browse files

Correct Travis Error

parent d97f9e50
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment