We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474fc91 commit e24c2b6Copy full SHA for e24c2b6
app/code/Magento/SalesRule/Model/Rule/Condition/Product/Subselect.php
@@ -72,7 +72,7 @@ public function loadAttributeOptions()
72
[
73
'qty' => __('total quantity'),
74
'base_row_total' => __('total amount (excl. tax)'),
75
- 'row_total_incl_tax' => __('total amount (incl. tax)')
+ 'base_row_total_incl_tax' => __('total amount (incl. tax)')
76
]
77
);
78
return $this;
0 commit comments