Skip to content
Snippets Groups Projects
Commit 5e631359 authored by Prasad's avatar Prasad
Browse files

Removed unused variable in v7 layout

parent 1b80f835
No related branches found
No related tags found
1 merge request!1update
......@@ -37,7 +37,6 @@
{include file='ProductPriceBookPopupContents.tpl'|@vtemplate_path:$PARENT_MODULE}
</div>
</form>
<input type="hidden" class="triggerEventName" value="{$smarty.request.triggerEventName}"/>
</div>
</div>
</div>
......
......@@ -36,7 +36,6 @@
<div id="popupContents" class="">
{include file='PriceBookProductPopupContents.tpl'|@vtemplate_path:$PARENT_MODULE}
</div>
<input type="hidden" class="triggerEventName" value="{$smarty.request.triggerEventName}"/>
</div>
</div>
<div class = "modal-footer">
......
......@@ -35,7 +35,6 @@
<div id="popupContents" class="">
{include file='ProductsPopupContents.tpl'|vtemplate_path:$MODULE_NAME}
</div>
<input type="hidden" class="ProductsPopupContents" value="{$smarty.request.triggerEventName}"/>
</div>
</div>
<div class = "modal-footer">
......@@ -55,4 +54,4 @@
</div>
</div>
</div>
{/strip}
\ No newline at end of file
{/strip}
......@@ -33,9 +33,8 @@
<div id="popupContents" class="">
{include file='PopupContents.tpl'|vtemplate_path:$MODULE_NAME}
</div>
<input type="hidden" class="triggerEventName" value="{$smarty.request.triggerEventName}"/>
</div>
</div>
</div>
</div>
{/strip}
\ No newline at end of file
{/strip}
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