Skip to content
Snippets Groups Projects

Fixes #529, #530

Merged Satish requested to merge satish.dvnk/vtigercrm:v7 into master
+ 5
7
Compare changes
  • Side-by-side
  • Inline
Files
@@ -27,8 +27,8 @@
<div class="col-lg-6 col-md-6 col-sm-6 btn-toolbar">
<div class="row">
{foreach item=RELATED_LINK from=$RELATED_LIST_LINKS['LISTVIEWBASIC']}
{if $RELATED_LINK->getLabel() eq 'Select Document'}
{if $RELATED_LINK->get('linkmodule') eq 'Documents'}
<div class="col-sm-3">
{assign var=IS_SELECT_BUTTON value={$RELATED_LINK->get('_selectRelation')}}
{* setting button module attribute to Events or Calendar based on link label *}
Loading