Function is unnecessarily called multiple time #15355
Labels
Event: dmcdindia
Fixed in 2.1.x
The issue has been fixed in 2.1 release line
Fixed in 2.2.x
The issue has been fixed in 2.2 release line
Fixed in 2.3.x
The issue has been fixed in 2.3 release line
Issue: Format is valid
Gate 1 Passed. Automatic verification of issue format passed
Preconditions
Steps to reproduce
Function is unnecessarily called multiple time.
app/code/Magento/CurrencySymbol/view/adminhtml/templates/grid.phtml
Expected result
<?php $block->getCurrencySymbolsData();?>
should be used only single time.Actual result
<?php $block->getCurrencySymbolsData();?>
is used multiple times in the same file.The text was updated successfully, but these errors were encountered: