Fix: Bill Deactivate guard was running when printing kots / bills when items were added to new kot.
This commit is contained in:
@ -74,8 +74,6 @@ def settlements(s: date, f: date, db: Session) -> List[BillSettlementItem]:
|
||||
amount=round(so.amount, 2),
|
||||
)
|
||||
)
|
||||
for i in report:
|
||||
print(i.json())
|
||||
return report
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user