Skip to content

Commit 7307225

Browse files
authored
Merge pull request resilient-tech#3759 from karm1000/remove-upload-error-when-ready-to-file
fix: remove upload error JSON when filing status is ready
2 parents 30618ad + 8d4a4f1 commit 7307225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • india_compliance/gst_india/doctype/gstr_1

india_compliance/gst_india/doctype/gstr_1/gstr_1.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)