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

Fixed default csv selection import

parent 542ab0f4
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -42,7 +42,7 @@
</div>
</td>
</tr>
{if $FORMAT eq ''}
{if $FORMAT eq 'csv'}
<tr id="has_header_container" style="height:50px">
<td>{'LBL_HAS_HEADER'|@vtranslate:$MODULE}</td>
<td>
......@@ -62,7 +62,7 @@
</td>
</tr>
{/if}
{if $FORMAT eq ''}
{if $FORMAT eq 'csv'}
<tr id="delimiter_container" style="height:50px">
<td>{'LBL_DELIMITER'|@vtranslate:$MODULE}</td>
<td>
......
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