conv_bal
parent
0c9ef4b33e
commit
593ffd6248
|
@ -95,6 +95,8 @@ class ReportCycleSetting(Model):
|
|||
continue
|
||||
if branch_id and branch_id!=branch.id:
|
||||
continue
|
||||
if patient.resign_date:
|
||||
continue
|
||||
key=(patient.id,dpt.id)
|
||||
if not pts.get(key):
|
||||
pts[key]={
|
||||
|
|
Loading…
Reference in New Issue