fix: add company in list fields to fetch for Expense Claim
This commit is contained in:
parent
5e438cc853
commit
5a7618d8ec
@ -1,5 +1,5 @@
|
|||||||
frappe.listview_settings['Expense Claim'] = {
|
frappe.listview_settings['Expense Claim'] = {
|
||||||
add_fields: ["total_claimed_amount", "docstatus"],
|
add_fields: ["total_claimed_amount", "docstatus", "company"],
|
||||||
get_indicator: function(doc) {
|
get_indicator: function(doc) {
|
||||||
if(doc.status == "Paid") {
|
if(doc.status == "Paid") {
|
||||||
return [__("Paid"), "green", "status,=,Paid"];
|
return [__("Paid"), "green", "status,=,Paid"];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user