fix: Outstanding Amount field of Discounted Invoices Table in Invoice Discounting

It wrongly fetched grand total from sales invoice instead of outstanding amount.
This commit is contained in:
marination 2019-09-23 14:00:09 +05:30
parent d138633c5b
commit ed004018d6

View File

@ -38,7 +38,7 @@
"read_only": 1
},
{
"fetch_from": "sales_invoice.grand_total",
"fetch_from": "sales_invoice.outstanding_amount",
"fieldname": "outstanding_amount",
"fieldtype": "Currency",
"in_list_view": 1,
@ -60,7 +60,7 @@
}
],
"istable": 1,
"modified": "2019-08-07 15:13:55.808349",
"modified": "2019-09-23 13:59:16.450344",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Discounted Invoice",