mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
style: intendation
This commit is contained in:
@@ -1063,10 +1063,11 @@ 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: {
|
||||||
company: frm.doc.company,
|
patient: dialog.get_value("patient"),
|
||||||
docstatus: 1
|
company: frm.doc.company,
|
||||||
}
|
docstatus: 1
|
||||||
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user