mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 13:08:27 +00:00
test: fix property name
This commit is contained in:
@@ -166,7 +166,7 @@ def create_sales_invoice(appointment_doc):
|
||||
sales_invoice.patient = appointment_doc.patient
|
||||
sales_invoice.customer = frappe.get_value('Patient', appointment_doc.patient, 'customer')
|
||||
sales_invoice.currency = frappe.get_value('Customer', sales_invoice.customer, 'default_currency') \
|
||||
or get_company_currency(appointment_doc.currency)
|
||||
or get_company_currency(appointment_doc.company)
|
||||
sales_invoice.appointment = appointment_doc.name
|
||||
sales_invoice.due_date = getdate()
|
||||
sales_invoice.company = appointment_doc.company
|
||||
|
||||
Reference in New Issue
Block a user