Inpatient Billing

This commit is contained in:
Jamsheer
2018-07-13 21:10:14 +05:30
parent 8cb142bf29
commit 54ae74eb28
5 changed files with 100 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ data = {
'insert_after': 'patient', 'read_only': True
},
{
'fieldname': 'ref_practitioner', 'label': 'Referring Practitioner', 'fieldtype': 'Link', 'options': 'Practitioner',
'fieldname': 'ref_practitioner', 'label': 'Referring Practitioner', 'fieldtype': 'Link', 'options': 'Healthcare Practitioner',
'insert_after': 'customer'
}
],