-
Notifications
You must be signed in to change notification settings - Fork 143
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: Fixes Related to IMS #2998
base: develop
Are you sure you want to change the base?
Conversation
Connected to Huly®: IC-3126 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2998 +/- ##
========================================
Coverage 57.39% 57.39%
========================================
Files 126 126
Lines 12678 12678
========================================
+ Hits 7276 7277 +1
+ Misses 5402 5401 -1
|
@@ -347,6 +347,11 @@ class IMS extends reconciliation.reconciliation_tabs { | |||
align: "center", | |||
width: 120, | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
along with bill number
frappe.db.get_value( | ||
"Integration Request", {"name": integration_request}, "data" | ||
) | ||
frappe.db.get_value("Integration Request", {"request_id": request_id}, "data") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets throw so that we know if this fails
No description provided.