Skip to content
Snippets Groups Projects
Commit 49cdcdb3 authored by Prasad's avatar Prasad
Browse files

Fixed Pricebook compatability

parent 86901568
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@
</td>
{foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS}
{assign var=LISTVIEW_HEADERNAME value=$LISTVIEW_HEADER->get('name')}
<td class="listViewEntryValue textOverflowEllipsis {$WIDTHTYPE}" title="{$RECORD_DATA[$LISTVIEW_HEADERNAME]}">
<td class="listViewEntryValue textOverflowEllipsis {$WIDTHTYPE}">
{if $LISTVIEW_HEADER->get('uitype') eq '72' || $LISTVIEW_HEADER->get('uitype') eq '71'}
{assign var=CURRENCY_SYMBOL value=$LISTVIEW_ENTRY->get('currencySymbol')}
{if $LISTVIEW_HEADER->get('uitype') eq '71'}
......
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