fix: Remarks for penalty GL Entry
This commit is contained in:
parent
d53abf194e
commit
101bad3ea1
@ -216,7 +216,7 @@ class LoanRepayment(AccountsController):
|
|||||||
"debit_in_account_currency": self.penalty_amount,
|
"debit_in_account_currency": self.penalty_amount,
|
||||||
"against_voucher_type": "Loan",
|
"against_voucher_type": "Loan",
|
||||||
"against_voucher": self.against_loan,
|
"against_voucher": self.against_loan,
|
||||||
"remarks": _("Repayment against loan:") + self.against_loan,
|
"remarks": _("Penalty against loan:") + self.against_loan,
|
||||||
"cost_center": self.cost_center,
|
"cost_center": self.cost_center,
|
||||||
"party_type": self.applicant_type,
|
"party_type": self.applicant_type,
|
||||||
"party": self.applicant,
|
"party": self.applicant,
|
||||||
@ -232,7 +232,7 @@ class LoanRepayment(AccountsController):
|
|||||||
"credit_in_account_currency": self.penalty_amount,
|
"credit_in_account_currency": self.penalty_amount,
|
||||||
"against_voucher_type": "Loan",
|
"against_voucher_type": "Loan",
|
||||||
"against_voucher": self.against_loan,
|
"against_voucher": self.against_loan,
|
||||||
"remarks": _("Repayment against loan:") + self.against_loan,
|
"remarks": _("Penalty against loan:") + self.against_loan,
|
||||||
"cost_center": self.cost_center,
|
"cost_center": self.cost_center,
|
||||||
"posting_date": getdate(self.posting_date)
|
"posting_date": getdate(self.posting_date)
|
||||||
})
|
})
|
||||||
@ -247,7 +247,7 @@ class LoanRepayment(AccountsController):
|
|||||||
"debit_in_account_currency": self.amount_paid,
|
"debit_in_account_currency": self.amount_paid,
|
||||||
"against_voucher_type": "Loan",
|
"against_voucher_type": "Loan",
|
||||||
"against_voucher": self.against_loan,
|
"against_voucher": self.against_loan,
|
||||||
"remarks": _("Against Loan:") + self.against_loan,
|
"remarks": _("Repayment against Loan: ") + self.against_loan,
|
||||||
"cost_center": self.cost_center,
|
"cost_center": self.cost_center,
|
||||||
"posting_date": getdate(self.posting_date)
|
"posting_date": getdate(self.posting_date)
|
||||||
})
|
})
|
||||||
@ -263,7 +263,7 @@ class LoanRepayment(AccountsController):
|
|||||||
"credit_in_account_currency": self.amount_paid,
|
"credit_in_account_currency": self.amount_paid,
|
||||||
"against_voucher_type": "Loan",
|
"against_voucher_type": "Loan",
|
||||||
"against_voucher": self.against_loan,
|
"against_voucher": self.against_loan,
|
||||||
"remarks": _("Against Loan:") + self.against_loan,
|
"remarks": _("Repayment against Loan: ") + self.against_loan,
|
||||||
"cost_center": self.cost_center,
|
"cost_center": self.cost_center,
|
||||||
"posting_date": getdate(self.posting_date)
|
"posting_date": getdate(self.posting_date)
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user