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