mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
committed by
Nabin Hait
parent
98627f46f6
commit
750b3a5946
@@ -52,7 +52,7 @@ frappe.query_reports["GSTR-1"] = {
|
||||
],
|
||||
onload: function (report) {
|
||||
|
||||
report.page.add_inner_button(__("Download as Json"), function () {
|
||||
report.page.add_inner_button(__("Download as JSON"), function () {
|
||||
var filters = report.get_values();
|
||||
|
||||
const args = {
|
||||
|
||||
Reference in New Issue
Block a user