Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. --- enterprise-1.11.0.0/app/code/core/Mage/Bundle/Model/Product/Price.php.orig 2011-09-13 15:46:40.003021295 +0200
  2. +++ enterprise-1.11.0.0/app/code/core/Mage/Bundle/Model/Product/Price.php 2011-09-13 15:46:44.926354600 +0200
  3. @@ -215,14 +215,12 @@
  4. $selectionMinimalPrices[] = Mage::helper('tax')->getPrice(
  5. $item,
  6. $this->getSelectionFinalTotalPrice($product, $selection, 1, $qty, true, $takeTierPrice),
  7. - $includeTax,
  8. - $takeTierPrice
  9. + $includeTax
  10. );
  11. $selectionMaximalPrices[] = Mage::helper('tax')->getPrice(
  12. $item,
  13. $this->getSelectionFinalTotalPrice($product, $selection, 1, null, true, $takeTierPrice),
  14. - $includeTax,
  15. - $takeTierPrice
  16. + $includeTax
  17. );
  18. }
Add Comment
Please, Sign In to add comment