Remove print statements - Healthcare utils (#15363)
This commit is contained in:
parent
508189eaea
commit
ede924c4a2
@ -307,9 +307,6 @@ def manage_fee_validity(appointment_name, method, ref_invoice=None):
|
|||||||
fee_validity = create_fee_validity(appointment_doc.practitioner, appointment_doc.patient, appointment_doc.appointment_date, ref_invoice)
|
fee_validity = create_fee_validity(appointment_doc.practitioner, appointment_doc.patient, appointment_doc.appointment_date, ref_invoice)
|
||||||
visited = fee_validity.visited
|
visited = fee_validity.visited
|
||||||
|
|
||||||
print("do_not_update: ", do_not_update)
|
|
||||||
print("visited: ", visited)
|
|
||||||
|
|
||||||
# Mark All Patient Appointment invoiced = True in the validity range do not cross the max visit
|
# Mark All Patient Appointment invoiced = True in the validity range do not cross the max visit
|
||||||
if (method == "on_cancel"):
|
if (method == "on_cancel"):
|
||||||
invoiced = True
|
invoiced = True
|
||||||
@ -410,7 +407,6 @@ def get_children(doctype, parent, company, is_root=False):
|
|||||||
lft > %s and rgt < %s""",
|
lft > %s and rgt < %s""",
|
||||||
(each['lft'], each['rgt']))
|
(each['lft'], each['rgt']))
|
||||||
for child in child_list:
|
for child in child_list:
|
||||||
print(child[0], child[1])
|
|
||||||
if not occupied:
|
if not occupied:
|
||||||
occupied = 0
|
occupied = 0
|
||||||
if child[1] == "Occupied":
|
if child[1] == "Occupied":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user