Fix: Bill Deactivate guard was running when printing kots / bills when items were added to new kot.

This commit is contained in:
2021-07-02 09:05:07 +05:30
parent 1287d8f7ac
commit 17702a433b
3 changed files with 16 additions and 9 deletions

View File

@ -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