Skip to content

Commit a1f1868

Browse files
authored
Update InfoPlan.php
1 parent e762250 commit a1f1868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Adminhtml/System/Config/Form/InfoPlan.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
6464
if ($(this).data("mffdisabled")) return;
6565
$(this).data("mffdisabled", 1);
6666
$(this).click(function(){
67-
$(this).val($(this).data("mfOldValue"));
67+
$(this).val($(this).data("mfOldValue")).trigger("change");
6868
alert({
6969
title: "You cannot use this option.",
7070
content: "' . $optionAvailableInText . '",

0 commit comments

Comments
 (0)