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

Fixes #503 - VT7 - widget minilist it's not working

parent 1714a2cf
No related branches found
No related tags found
1 merge request!181Fixes #444, #503
......@@ -63,8 +63,6 @@
{assign var="IS_INDIVIDUAL_TAX_TYPE" value=true}
{/if}
<input type="hidden" id="customFields" value='{Zend_Json::encode($CUSTOM_FIELDS)}'>
<input type="hidden" id="customFieldsDefaultValues" value='{Zend_Json::encode($CUSTOM_FIELDS_DEFAULT_VALUES)}'>
<input type="hidden" class="numberOfCurrencyDecimal" value="{$USER_MODEL->get('no_of_currency_decimals')}" />
<input type="hidden" name="totalProductCount" id="totalProductCount" value="{$row_no}" />
<input type="hidden" name="subtotal" id="subtotal" value="" />
......
......@@ -54,7 +54,7 @@
<td class="col-lg-4"></td>
</tr>
</tbody>
<input type="hidden" id="translatedModuleNames" value='{ZEND_JSON::encode($TRANSLATED_MODULE_NAMES)}'>
<input type="hidden" id="translatedModuleNames" value='{Vtiger_Util_Helper::toSafeHTML(ZEND_JSON::encode($TRANSLATED_MODULE_NAMES))}'>
</table>
{include file='ModalFooter.tpl'|@vtemplate_path:$MODULE}
</form>
......
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