Merge branch 'develop' into opening-stock-entry-dev

This commit is contained in:
Nabin Hait
2019-05-27 11:50:16 +05:30
committed by GitHub
37 changed files with 859 additions and 2148 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,