Skip to content

Commit 6e997f9

Browse files
ENGCOM-2514: [Backport] [FIX] Remove not used variable in template #17085
- Merge Pull Request #17085 from mageprince/magento2:2.1-develop-PR-port-14026 - Merged commits: 1. 98cb52b
2 parents b42f13b + 98cb52b commit 6e997f9

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Tax/view/frontend/templates/checkout

1 file changed

+0
-2
lines changed

app/code/Magento/Tax/view/frontend/templates/checkout/tax.phtml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
</tr>
3939

4040
<?php if ($this->helper('Magento\Tax\Helper\Data')->displayFullSummary() && $_value != 0): ?>
41-
<?php $isTop = 1; ?>
4241
<?php foreach ($block->getTotal()->getFullInfo() as $info): ?>
4342
<?php if (isset($info['hidden']) && $info['hidden']) {
4443
continue;
@@ -64,7 +63,6 @@
6463
<?php endif; ?>
6564
</tr>
6665
<?php $isFirst = 0; ?>
67-
<?php $isTop = 0; ?>
6866
<?php endforeach; ?>
6967
<?php endforeach; ?>
7068
<?php endif;?>

0 commit comments

Comments
 (0)