Skip to content

Commit

Permalink
Validate Discount and Tax Banners (#1260)
Browse files Browse the repository at this point in the history
Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
  • Loading branch information
elsiosanchez and elsiosanchez authored Oct 8, 2021
1 parent 52ec6a0 commit d35923f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ADempiere/Form/VPOS/Order/orderLineMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export default {
} else if (row.columnName === 'DiscountTotal') {
return this.currentPointOfSales.isDisplayDiscount
} else if (row.columnName === 'taxIndicator') {
return this.currentPointOfSales.isDisplayDiscount
return this.currentPointOfSales.isDisplayTaxAmount
} else if (row.columnName === 'DisplayTaxAmount') {
return this.currentPointOfSales.isDisplayTaxAmount
}
Expand Down

0 comments on commit d35923f

Please sign in to comment.