Skip to content

Commit

Permalink
fix: added missing return statement for uploading draft invoices
Browse files Browse the repository at this point in the history
(cherry picked from commit 3f8ae6d)
  • Loading branch information
vorasmit authored and mergify[bot] committed Nov 11, 2024
1 parent 5226e6e commit 3c5c9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2581,7 +2581,7 @@ class GSTR1Action extends FileGSTR1Dialog {
row => row.draft_count > 0
);
if (!draft_invoices?.length)
upload();
return upload();

frappe.confirm(
__(
Expand Down

0 comments on commit 3c5c9e0

Please sign in to comment.