This commit is contained in:
2021-05-21 21:12:45 +00:00
parent c85ab505bc
commit 25355184ae

View File

@@ -632,7 +632,7 @@ export default {
headers.push({ headers.push({
text: this.$ay.t("Tax"), text: this.$ay.t("Tax"),
align: "left", align: "left",
value: "taxName" value: "chargeTaxCodeViz"
}); });
} }
@@ -700,6 +700,7 @@ export default {
this.pvm.languageName, this.pvm.languageName,
this.pvm.currencyName this.pvm.currencyName
), ),
chargeTaxCodeViz: x.chargeTaxCodeViz,
taxAViz: window.$gz.locale.currencyLocalized( taxAViz: window.$gz.locale.currencyLocalized(
x.taxAViz, x.taxAViz,
this.pvm.languageName, this.pvm.languageName,