Skip to content

Commit

Permalink
fix: Include dosage form in grid view
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand authored and akashkrishna619 committed Apr 18, 2023
1 parent 77d0a5c commit 8fd9876
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ frappe.ui.form.on('Inpatient Record', {
{fieldname: 'drug_code', columns: 2},
{fieldname: 'drug_name', columns: 2},
{fieldname: 'dosage', columns: 2},
{fieldname: 'period', columns: 2}
{fieldname: 'period', columns: 2},
{fieldname: 'dosage_form', columns: 2}
];
},
refresh: function(frm) {
Expand Down

0 comments on commit 8fd9876

Please sign in to comment.