Skip to content
Snippets Groups Projects
Commit ae79148d authored by Satish's avatar Satish
Browse files

Fixes #416 - vt7 in duplicate merge, in field selection form, please provide record id as well

parent 0b5dd959
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
<div class="checkbox">
<label>
<input {if $smarty.foreach.recordList.index eq 0}checked{/if} type=radio value="{$RECORD->getId()}" name="primaryRecord"/>
&nbsp; {vtranslate('LBL_RECORD')} #{$smarty.foreach.recordList.index+1}
&nbsp; {vtranslate('LBL_RECORD')} <a href="{$RECORD->getDetailViewUrl()}" target="_blank" style="color: #15c;">#{$RECORD->getId()}</a>
</label>
</div>
</th>
......
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