mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
refactor(UAE VAT 201): solve syntax errors
This commit is contained in:
@@ -66,7 +66,7 @@ def get_chart(emirates, amounts_by_emirate):
|
||||
|
||||
chart = {
|
||||
"type": "bar",
|
||||
"fieldtype": "Currency"
|
||||
"fieldtype": "Currency",
|
||||
"data": {
|
||||
'labels': labels,
|
||||
'datasets': datasets
|
||||
|
||||
Reference in New Issue
Block a user