We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94a87a commit b4c165cCopy full SHA for b4c165c
1 file changed
india_compliance/gst_india/doctype/purchase_reconciliation_tool/purchase_reconciliation_tool.js
@@ -1225,10 +1225,10 @@ async function download_gstr(
1225
frm.events.show_progress(frm, "download");
1226
const { message } = await frm.taxpayer_api_call("download_gstr", args);
1227
1228
- if (message.message) {
+ if (message?.message) {
1229
frappe.show_alert({
1230
message: message.message,
1231
- indicator: message.indicator || "blue",
+ indicator: message?.indicator || "blue",
1232
});
1233
}
1234
0 commit comments