Clinical Procedure Template - get_item_details - fix (#14449)
This commit is contained in:
parent
252d0bf255
commit
0ca76323af
@ -33,8 +33,8 @@ class ClinicalProcedureTemplate(Document):
|
|||||||
frappe.throw("""Not permitted. Please disable the Procedure Template""")
|
frappe.throw("""Not permitted. Please disable the Procedure Template""")
|
||||||
|
|
||||||
def get_item_details(self, args=None):
|
def get_item_details(self, args=None):
|
||||||
item = frappe.db.sql("""select stock_uom, description, image, item_name,
|
item = frappe.db.sql("""select stock_uom, item_name
|
||||||
expense_account, buying_cost_center, item_group from `tabItem`
|
from `tabItem`
|
||||||
where name = %s
|
where name = %s
|
||||||
and disabled=0
|
and disabled=0
|
||||||
and (end_of_life is null or end_of_life='0000-00-00' or end_of_life > %s)""",
|
and (end_of_life is null or end_of_life='0000-00-00' or end_of_life > %s)""",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user