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