Merge pull request #31077 from deepeshgarg007/payroll_payable_party_type

fix: Loan repayment entries for payroll payable account
This commit is contained in:
Deepesh Garg
2022-05-25 11:23:43 +05:30
committed by GitHub
2 changed files with 10 additions and 2 deletions

View File

@@ -448,8 +448,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 "",
}
)
)