Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Expense Claim): Pass company to properly pick currency for each record #1335

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

surajshetty3416
Copy link
Member

@surajshetty3416 surajshetty3416 commented Jan 19, 2024

We need to load company of each record in the list so that currency gets picked up properly in case of multi-currency setup.

Before:
Screenshot 2024-01-19 at 4 39 11 PM
Here Donna raised expense claim in USD but it shows INR in list view cause the system was picking currency from global defaults. (or in some case from doc in cur_frm variable)

After:
Screenshot 2024-01-19 at 4 38 29 PM

resolves: 8673

@ruchamahabal ruchamahabal changed the title fix: Pass company to properly pick currency for each record fix(Expense Claim): Pass company to properly pick currency for each record Jan 19, 2024
@ruchamahabal ruchamahabal merged commit f7c8f64 into frappe:develop Jan 19, 2024
8 checks passed
mergify bot pushed a commit that referenced this pull request Jan 19, 2024
…ecord (#1335)

(cherry picked from commit f7c8f64)

# Conflicts:
#	hrms/hr/doctype/expense_claim/expense_claim_list.js
mergify bot pushed a commit that referenced this pull request Jan 19, 2024
ruchamahabal pushed a commit that referenced this pull request Jan 19, 2024
…ecord (backport #1335) (#1337)

(cherry picked from commit f7c8f64)

Co-authored-by: Suraj Shetty <[email protected]>
frappe-pr-bot pushed a commit that referenced this pull request Jan 24, 2024
## [15.9.2](v15.9.1...v15.9.2) (2024-01-24)

### Bug Fixes

* **Employee Advance:** respect precision for return & paid amount ([2b6f27e](2b6f27e))
* **Expense Claim:** Pass company to properly pick currency for each record (backport [#1335](#1335)) ([#1337](#1337)) ([87a5647](87a5647))
* **Payroll Entry:** permissibility of Queued status doc cancellation (backport [#1298](#1298)) ([#1331](#1331)) ([3c20d42](3c20d42))
* **PWA:** default view for missing profile image (backport [#1343](#1343)) ([#1344](#1344)) ([c001f59](c001f59))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants