style: intendation

This commit is contained in:
anoop
2020-04-23 21:15:06 +05:30
parent ec7db4f467
commit c02eceb989

View File

@@ -1063,7 +1063,8 @@ var get_drugs_to_invoice = function(frm) {
description:'Quantity will be calculated only for items which has "Nos" as UoM. You may change as required for each invoice item.', description:'Quantity will be calculated only for items which has "Nos" as UoM. You may change as required for each invoice item.',
get_query: function(doc) { get_query: function(doc) {
return { return {
filters: { patient: dialog.get_value("patient"), filters: {
patient: dialog.get_value("patient"),
company: frm.doc.company, company: frm.doc.company,
docstatus: 1 docstatus: 1
} }