Skip to content

Commit

Permalink
Merge pull request #2566 from resilient-tech/mergify/bp/version-15-ho…
Browse files Browse the repository at this point in the history
…tfix/pr-2564

fix: ignore permissions check for PAN (backport #2564)
  • Loading branch information
mergify[bot] authored Aug 24, 2024
2 parents dc7b961 + 7d6352e commit 2ad87c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion india_compliance/gst_india/doctype/pan/pan.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def fetch_and_update_pan_status(pan, throw, duplicate=False):
"last_updated_on": now(),
}
)
doc.save()
doc.save(ignore_permissions=True)

return doc

Expand Down

0 comments on commit 2ad87c9

Please sign in to comment.