This commit is contained in:
2021-05-21 21:06:50 +00:00
parent 472d4b844d
commit c85ab505bc
2 changed files with 12 additions and 59 deletions

View File

@@ -636,22 +636,6 @@ export default {
});
}
if (this.form().showMe(this, "ExpenseTaxAPct")) {
headers.push({
text: this.$ay.t("TaxCodeTaxA"),
align: "right",
value: "taxAPct"
});
}
if (this.form().showMe(this, "ExpenseTaxBPct")) {
headers.push({
text: this.$ay.t("TaxCodeTaxB"),
align: "right",
value: "taxBPct"
});
}
if (this.form().showMe(this, "ExpenseTaxAViz")) {
headers.push({
text: this.$ay.t("TaxAAmt"),
@@ -668,14 +652,6 @@ export default {
});
}
if (this.form().showMe(this, "ExpenseTaxOnTax")) {
headers.push({
text: this.$ay.t("TaxCodeTaxOnTax"),
align: "center",
value: "taxOnTax"
});
}
if (this.form().showMe(this, "ExpenseLineTotalViz")) {
headers.push({
text: this.$ay.t("LineTotal"),
@@ -724,18 +700,6 @@ export default {
this.pvm.languageName,
this.pvm.currencyName
),
taxName: x.taxName,
taxAPct:
window.$gz.locale.decimalLocalized(
x.taxAPct,
this.pvm.languageName
) + "%",
taxBPct:
window.$gz.locale.decimalLocalized(
x.taxBPct,
this.pvm.languageName
) + "%",
taxOnTax: x.taxOnTax,
taxAViz: window.$gz.locale.currencyLocalized(
x.taxAViz,
this.pvm.languageName,