This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user