Skip to content
Snippets Groups Projects
Commit 1b171993 authored by jaapjansma's avatar jaapjansma
Browse files

update

parent 4d79e8b4
No related branches found
No related tags found
No related merge requests found
......@@ -257,7 +257,7 @@ class RelationshipsFieldOutputHandler extends AbstractFieldOutputHandler {
$form->add('hidden', 'sorted_relationship_types', null, ['id' => 'sorted_relationship_types']);
// Backwords compatibilty
$form->assign('useSortIcon', false);
if (version_compare(CRM_Utils_System::version(), '5.15', '<')) {
if (version_compare(\CRM_Utils_System::version(), '5.15', '<')) {
$form->assign('useSortIcon', true);
}
......
......@@ -46,7 +46,7 @@
<div class="content">{$form.is_active.html}</div>
<div class="clear"></div>
</div>
{if $data_processor_id}
{if $data_processor_id && $sortFields && count($sortFields)}
<div class="crm-section">
<div class="label">{ts}Default Sort{/ts}</div>
<div class="content">
......
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