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