fix: Loan repayment entries for payroll payable account

(cherry picked from commit 3128f9603e)
This commit is contained in:
Deepesh Garg
2022-05-20 08:31:37 +05:30
committed by Mergify
parent 22aeacb088
commit ea6d754f73
2 changed files with 10 additions and 2 deletions

View File

@@ -449,8 +449,6 @@ class LoanRepayment(AccountsController):
"remarks": remarks,
"cost_center": self.cost_center,
"posting_date": getdate(self.posting_date),
"party_type": self.applicant_type if self.repay_from_salary else "",
"party": self.applicant if self.repay_from_salary else "",
}
)
)