fix: payment reconciliation against expense claim (#17729)

* fix: payment reconciliation against expense claim

* feat: Added dashboard for expense claim
This commit is contained in:
Nabin Hait
2019-05-27 11:44:06 +05:30
committed by GitHub
parent 2d7993592f
commit 5cd04a6d30
4 changed files with 29 additions and 3 deletions

View File

@@ -355,7 +355,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,