mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-21 14:09:19 +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 = {
|
chart = {
|
||||||
"type": "bar",
|
"type": "bar",
|
||||||
"fieldtype": "Currency"
|
"fieldtype": "Currency",
|
||||||
"data": {
|
"data": {
|
||||||
'labels': labels,
|
'labels': labels,
|
||||||
'datasets': datasets
|
'datasets': datasets
|
||||||
|
|||||||
Reference in New Issue
Block a user