fix: payment reconciliation against expense claim (#17728)

* feat: Added dashboard in expense claim

* fix: payment reconciliation against expense claim
This commit is contained in:
Nabin Hait
2019-05-27 11:41:05 +05:30
committed by GitHub
parent 9c42124fbc
commit 7a6b88c791
4 changed files with 15 additions and 5 deletions

View File

@@ -344,7 +344,7 @@ class AccountsController(TransactionBase):
'fiscal_year': fiscal_year,
'voucher_type': self.doctype,
'voucher_no': self.name,
'remarks': self.get("remarks"),
'remarks': self.get("remarks") or self.get("remark"),
'debit': 0,
'credit': 0,
'debit_in_account_currency': 0,