mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
refactor: update formatting changes
(cherry picked from commit 768bb0312a)
This commit is contained in:
@@ -1996,7 +1996,7 @@ def make_period_closing_voucher(company, cost_center, posting_date=None, submit=
|
|||||||
"transaction_date": posting_date or today(),
|
"transaction_date": posting_date or today(),
|
||||||
"posting_date": posting_date or today(),
|
"posting_date": posting_date or today(),
|
||||||
"company": company,
|
"company": company,
|
||||||
"fiscal_year": get_fiscal_year(today(), company=company)[0],
|
"fiscal_year": get_fiscal_year(posting_date or today(), company=company)[0],
|
||||||
"cost_center": cost_center,
|
"cost_center": cost_center,
|
||||||
"closing_account_head": surplus_account,
|
"closing_account_head": surplus_account,
|
||||||
"remarks": "test",
|
"remarks": "test",
|
||||||
|
|||||||
Reference in New Issue
Block a user