BudgetError Fix
This commit is contained in:
committed by
Anand Doshi
parent
865d547965
commit
c7e774fda9
@@ -220,6 +220,7 @@ class AccountsController(TransactionBase):
|
||||
gl_dict = frappe._dict({
|
||||
'company': self.company,
|
||||
'posting_date': self.posting_date,
|
||||
'fiscal_year': get_fiscal_year(self.posting_date, company=self.company)[0],
|
||||
'voucher_type': self.doctype,
|
||||
'voucher_no': self.name,
|
||||
'remarks': self.get("remarks"),
|
||||
|
||||
Reference in New Issue
Block a user