File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/Tax/view/frontend/templates/order Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 8
8
$ _order = $ block ->getOrder ();
9
9
$ _source = $ block ->getSource ();
10
10
$ _fullInfo = $ this ->helper (\Magento \Tax \Helper \Data::class)->getCalculatedTaxes ($ _source );
11
+ global $ taxIter ;
12
+ $ taxIter ++;
11
13
?>
12
14
13
15
<?php if ($ _fullInfo && $ block ->displayFullSummary ()) : ?>
18
20
$ baseAmount = $ info ['base_tax_amount ' ];
19
21
$ title = $ info ['title ' ];
20
22
?>
21
- <tr class="totals tax details <?= ($ block ->getIsPlaneMode ()) ? ' plane ' : '' ?> ">
23
+ <tr class="totals tax details details- <?= ( int ) $ taxIter ?> <?= ($ block ->getIsPlaneMode ()) ? ' plane ' : '' ?> ">
22
24
<td <?= /* @noEscape */ $ block ->getLabelProperties () ?> >
23
25
<?= $ block ->escapeHtml ($ title ) ?>
24
26
<?php if ($ percent !== null ) : ?>
You can’t perform that action at this time.
0 commit comments