Skip to content

Commit d764c73

Browse files
authored
Merge pull request resilient-tech#3779 from resilient-tech/mergify/bp/version-15-hotfix/pr-3759
fix: remove upload error JSON when filing status is ready (backport resilient-tech#3759)
2 parents ecf71f9 + 088a0c3 commit d764c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

india_compliance/gst_india/doctype/gstr_1_beta/gstr_1_beta.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2966,7 +2966,7 @@ class GSTR1Action extends FileGSTR1Dialog {
29662966
// summary matched
29672967
if (filing_status == "Ready to File") {
29682968
// only show filed tab
2969-
["books", "unfiled", "reconcile"].map(tab =>
2969+
["books", "unfiled", "reconcile", "errors"].map(tab =>
29702970
this.frm.gstr1.tabs[`${tab}_tab`].hide()
29712971
);
29722972
this.frm.gstr1.tabs.filed_tab.set_active();

0 commit comments

Comments
 (0)