diff --git a/layouts/v7/modules/PriceBooks/ProductPriceBookPopup.tpl b/layouts/v7/modules/PriceBooks/ProductPriceBookPopup.tpl
index 612d60078785f429d026dba4932a73c385206b0b..834d65f127584d19324d3a0e71cd7c17f648307d 100644
--- a/layouts/v7/modules/PriceBooks/ProductPriceBookPopup.tpl
+++ b/layouts/v7/modules/PriceBooks/ProductPriceBookPopup.tpl
@@ -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>
diff --git a/layouts/v7/modules/Products/PriceBookProductPopup.tpl b/layouts/v7/modules/Products/PriceBookProductPopup.tpl
index 44aacf54302c968575c62d6b617d1cc1370afbdc..f5a0fafcf0314c5230b38cc59354cde0876fd9f2 100644
--- a/layouts/v7/modules/Products/PriceBookProductPopup.tpl
+++ b/layouts/v7/modules/Products/PriceBookProductPopup.tpl
@@ -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">
diff --git a/layouts/v7/modules/Products/ProductsPopup.tpl b/layouts/v7/modules/Products/ProductsPopup.tpl
index 861a02ce295ede37d090cac2ea0a1026a251c0cf..64a1f1843fee9289d6f063db492b161cc86e3d77 100644
--- a/layouts/v7/modules/Products/ProductsPopup.tpl
+++ b/layouts/v7/modules/Products/ProductsPopup.tpl
@@ -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}
diff --git a/layouts/v7/modules/Vtiger/Popup.tpl b/layouts/v7/modules/Vtiger/Popup.tpl
index ceeba0a879ff58f5195b60131c67559257d85f96..a2bf9977716ebea0c8073bca069b5cbbd972dfe8 100644
--- a/layouts/v7/modules/Vtiger/Popup.tpl
+++ b/layouts/v7/modules/Vtiger/Popup.tpl
@@ -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}