← All changes
|
src/Addons/TaxSettings/RoleBasedRulesIntegration/RoleBasedRulesIntegration.php
+1
-1
6.5.0
→
8.0.2
View file →
| @@ -15,9 +15,9 @@ | ||
| 15 | 15 | 4 ); |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | 18 | public function renderTaxFields( $productId, $role, $loop ) { |
| 19 | - error_log( "renderTaxFields executed" ); | |
| 19 | + | |
| 20 | 20 | $taxStatus = RoleBasedPriceManager::getProductTaxStatus( $productId, $role ); |
| 21 | 21 | $taxClass = RoleBasedPriceManager::getProductTaxClass( $productId, $role ); |
| 22 | 22 | |
| 23 | 23 | $taxStatusId = Form::getFieldName( 'tax_status', $role, $loop ); |