This commit is contained in:
@@ -509,11 +509,13 @@ export default {
|
||||
value: "receivedCost"
|
||||
});
|
||||
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCode"),
|
||||
align: "left",
|
||||
value: "displayTaxCode"
|
||||
});
|
||||
if (vm.obj.displayTaxes) {
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCode"),
|
||||
align: "left",
|
||||
value: "displayTaxCode"
|
||||
});
|
||||
}
|
||||
|
||||
headers.push({
|
||||
text: vm.$ay.t("PurchaseOrderItemNetTotal"),
|
||||
@@ -521,17 +523,19 @@ export default {
|
||||
value: "displayNetTotal"
|
||||
});
|
||||
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCodeTaxA"),
|
||||
align: "right",
|
||||
value: "displayTaxA"
|
||||
});
|
||||
if (vm.obj.displayTaxes) {
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCodeTaxA"),
|
||||
align: "right",
|
||||
value: "displayTaxA"
|
||||
});
|
||||
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCodeTaxB"),
|
||||
align: "right",
|
||||
value: "displayTaxB"
|
||||
});
|
||||
headers.push({
|
||||
text: vm.$ay.t("TaxCodeTaxB"),
|
||||
align: "right",
|
||||
value: "displayTaxB"
|
||||
});
|
||||
}
|
||||
|
||||
headers.push({
|
||||
text: vm.$ay.t("PurchaseOrderItemLineTotal"),
|
||||
|
||||
Reference in New Issue
Block a user