Skip to content

Commit

Permalink
fix(Expense Claim): Pass company to properly pick currency for each r…
Browse files Browse the repository at this point in the history
…ecord (#1335)

(cherry picked from commit f7c8f64)

# Conflicts:
#	hrms/hr/doctype/expense_claim/expense_claim_list.js
  • Loading branch information
surajshetty3416 authored and mergify[bot] committed Jan 19, 2024
1 parent 8709d96 commit 9135a2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hrms/hr/doctype/expense_claim/expense_claim_list.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<<<<<<< HEAD
frappe.listview_settings['Expense Claim'] = {
add_fields: ["total_claimed_amount", "docstatus", "company"],
get_indicator: function(doc) {
Expand All @@ -10,3 +11,8 @@ frappe.listview_settings['Expense Claim'] = {
}
}
};
=======
frappe.listview_settings["Expense Claim"] = {
add_fields: ["company"]
}
>>>>>>> f7c8f64e2 (fix(Expense Claim): Pass company to properly pick currency for each record (#1335))

0 comments on commit 9135a2f

Please sign in to comment.