This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
LcShopBundle
Watch
3
Star
2
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Correctif priceUtils
#290
feature/export_comptable
Guillaume
4 years ago
parent
0cf3409e26
commit
577ee919fe
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
ShopBundle/Services/PriceUtils.php
+ 1
- 1
ShopBundle/Services/PriceUtils.php
View File
@@ -220,7 +220,7 @@ class PriceUtils
$price,
$reductionCatalogValue
),
$
this
->getTaxRateInherited()->getValue()
$
entity
->getTaxRateInherited()->getValue()
);
}
elseif($reductionCatalogBehaviorTaxRate == 'tax-included') {
Write
Preview
Loading…
Cancel
Save