Added Project in GL Entry and General Ledger report

This commit is contained in:
Nabin Hait
2016-05-26 17:41:39 +05:30
parent 37b5e0c99f
commit 591a5aba56
12 changed files with 156 additions and 20 deletions

View File

@@ -247,7 +247,8 @@ class AccountsController(TransactionBase):
'credit_in_account_currency': 0,
'is_opening': self.get("is_opening") or "No",
'party_type': None,
'party': None
'party': None,
'project': self.get("project")
})
gl_dict.update(args)