Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 23b2461

Browse files
ENGCOM-831: [BACKPORT 2.3] Fix remove not used variable from template #14032
- Merge Pull Request magento/magento2#14032 from Coderimus/magento2:fix/backport-remove-not-used-variable-from-template - Merged commits: 1. 312f57f
2 parents 5a7af9e + 312f57f commit 23b2461

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)