Skip to content
Snippets Groups Projects
Commit ee226776 authored by Prasad's avatar Prasad
Browse files

Merge branch '295129_Currencies' into 'foreall'

E-all Settings - Currencies

See merge request !1221
parents 23a69143 2740229c
No related branches found
No related tags found
2 merge requests!1233E_ALL fixes across modules for PHP 8.x,!1221E-all Settings - Currencies
......@@ -107,8 +107,12 @@ class Settings_Currency_Record_Model extends Settings_Vtiger_Record_Model{
$instance = new self();
$row = $db->query_result_rowdata($result,0);
$instance->setData($row);
return $instance;
}
return $instance;
else{
return null;
}
}
public static function getAllNonMapped($includedIds = array()) {
......
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