Skip to content
Snippets Groups Projects
Commit 2740229c authored by yogeshwar's avatar yogeshwar
Browse files

E-all Settings - Currencies

parent 7088e480
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