mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 13:09:17 +00:00
fix: Healthcare module accounting test cases
This commit is contained in:
@@ -147,6 +147,7 @@ def create_sales_invoice():
|
|||||||
sales_invoice.customer = frappe.db.get_value('Patient', patient, 'customer')
|
sales_invoice.customer = frappe.db.get_value('Patient', patient, 'customer')
|
||||||
sales_invoice.due_date = getdate()
|
sales_invoice.due_date = getdate()
|
||||||
sales_invoice.company = '_Test Company'
|
sales_invoice.company = '_Test Company'
|
||||||
|
sales_invoice.currency = 'INR'
|
||||||
sales_invoice.debit_to = get_receivable_account('_Test Company')
|
sales_invoice.debit_to = get_receivable_account('_Test Company')
|
||||||
|
|
||||||
tests = [insulin_resistance_template, blood_test_template]
|
tests = [insulin_resistance_template, blood_test_template]
|
||||||
|
|||||||
Reference in New Issue
Block a user