File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/view/adminhtml/templates/order/totals Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ $randomHelper = $block->getData('randomHelper');
88
88
$ amount = $ info ['tax_amount ' ];
89
89
$ baseAmount = $ info ['base_tax_amount ' ];
90
90
$ isFirst = 1 ;
91
- $ infoTitle = $ randomHelper ->getRandomString (20 );
91
+ $ infoId = $ randomHelper ->getRandomString (20 );
92
92
?>
93
- <tr id="info-<?= /* @noEscape */ $ infoTitle ?> "
93
+ <tr id="info-<?= /* @noEscape */ $ infoId ?> "
94
94
class="summary-details<?= ($ isTop ? ' summary-details-first ' : '' ) ?> ">
95
95
<?php if ($ info ['percent ' ] !== null ): ?>
96
96
<td class="admin__total-mark">
@@ -101,7 +101,7 @@ $randomHelper = $block->getData('randomHelper');
101
101
<?php endif ; ?>
102
102
<td><?= /* @noEscape */ $ block ->displayAmount ($ amount , $ baseAmount ) ?> </td>
103
103
</tr>
104
- <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag ("display:none; " , 'tr#info- ' . $ infoTitle ) ?>
104
+ <?= /* @noEscape */ $ secureRenderer ->renderStyleAsTag ("display:none; " , 'tr#info- ' . $ infoId ) ?>
105
105
<?php
106
106
$ isFirst = 0 ;
107
107
$ isTop = 0 ;
You can’t perform that action at this time.
0 commit comments