mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 20:29:09 +00:00
committed by
Nabin Hait
parent
98627f46f6
commit
750b3a5946
@@ -52,7 +52,7 @@ frappe.query_reports["GSTR-1"] = {
|
|||||||
],
|
],
|
||||||
onload: function (report) {
|
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();
|
var filters = report.get_values();
|
||||||
|
|
||||||
const args = {
|
const args = {
|
||||||
|
|||||||
Reference in New Issue
Block a user