This commit is contained in:
Nabin Hait
2014-04-07 12:02:57 +05:30
parent 9f66c306ea
commit dc82d4f0cd
26 changed files with 423 additions and 423 deletions

View File

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