Browse Source

g

pull/350/head
BLUE PURPLE 8 months ago
parent
commit
79b1e5156d
  1. 2
      advanced_loan_management/models/loan_request.py

2
advanced_loan_management/models/loan_request.py

@ -214,7 +214,7 @@ selection=[('draft', 'Draft'), ('confirmed', 'Confirmed'),
def action_compute_repayment(self):
"""This automatically create the installment the employee need to pay to
company based on payment start date and the no of rstallments.
company based on payment start date and the no of installments.
"""
self.request = True
for loan in self:

Loading…
Cancel
Save