added salary table
This commit was merged in pull request #25.
This commit is contained in:
@@ -72,6 +72,7 @@ def refresh_collection():
|
||||
logger.info(f"Calling Collection ")
|
||||
#grab the last repayments with repay date is none
|
||||
repayment = RepaymentService.get_latest_repayment_without_repay_date()
|
||||
#repayment = RepaymentService.get_latest_repayment_with_loanId(13735)
|
||||
if not repayment:
|
||||
logger.info(f"No repayment found without disbursement date")
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user