fix: Merge branch develop into dimensions

This commit is contained in:
deepeshgarg007
2019-05-25 18:18:08 +05:30
138 changed files with 5676 additions and 11349 deletions

View File

@@ -211,6 +211,11 @@ frappe.query_reports["General Ledger"] = {
"label": __("Currency"),
"fieldtype": "Select",
"options": erpnext.get_presentation_currency_list()
},
{
"fieldname": "show_opening_entries",
"label": __("Show Opening Entries"),
"fieldtype": "Check"
}
]
}