Skip to content

Commit e24c2b6

Browse files
author
Ioan Ulecan
committed
Use base_row_total_incl_tax for total amount incl tax option
1 parent 474fc91 commit e24c2b6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/SalesRule/Model/Rule/Condition/Product

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/Rule/Condition/Product/Subselect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function loadAttributeOptions()
7272
[
7373
'qty' => __('total quantity'),
7474
'base_row_total' => __('total amount (excl. tax)'),
75-
'row_total_incl_tax' => __('total amount (incl. tax)')
75+
'base_row_total_incl_tax' => __('total amount (incl. tax)')
7676
]
7777
);
7878
return $this;

0 commit comments

Comments
 (0)