Skip to content

Commit

Permalink
fix: Healthcare module accounting test cases
Browse files Browse the repository at this point in the history
(cherry picked from commit bcaf475)

# Conflicts:
#	erpnext/healthcare/doctype/lab_test/test_lab_test.py
  • Loading branch information
deepeshgarg007 authored and mergify[bot] committed May 25, 2022
1 parent 7f853b1 commit 09a42a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions erpnext/healthcare/doctype/lab_test/test_lab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,14 @@ def create_sales_invoice():
sales_invoice.patient = patient
sales_invoice.customer = frappe.db.get_value("Patient", patient, "customer")
sales_invoice.due_date = getdate()
<<<<<<< HEAD
sales_invoice.company = "_Test Company"
sales_invoice.debit_to = get_receivable_account("_Test Company")
=======
sales_invoice.company = '_Test Company'
sales_invoice.currency = 'INR'
sales_invoice.debit_to = get_receivable_account('_Test Company')
>>>>>>> bcaf475295 (fix: Healthcare module accounting test cases)

tests = [insulin_resistance_template, blood_test_template]
for entry in tests:
Expand Down

0 comments on commit 09a42a1

Please sign in to comment.