mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
chore: linting issues
This commit is contained in:
committed by
GitHub
parent
3f59518d01
commit
77d719af6e
@@ -94,7 +94,7 @@ def get_statement_dict(doc, get_statement_dict=False):
|
|||||||
statement_dict[entry.customer] = (
|
statement_dict[entry.customer] = (
|
||||||
[res, ageing] if get_statement_dict else get_html(doc, filters, entry, col, res, ageing)
|
[res, ageing] if get_statement_dict else get_html(doc, filters, entry, col, res, ageing)
|
||||||
)
|
)
|
||||||
|
|
||||||
return statement_dict
|
return statement_dict
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user