Merge pull request #8776 from deepeshgarg007/auto_repeat_patch_fix
fix: Ignore links while saving auto repeat doc
This commit is contained in:
commit
f0f2f001c2
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ def execute():
|
|||
if doc.status in ["Draft", "Stopped", "Cancelled"]:
|
||||
doc.disabled = 1
|
||||
|
||||
doc.flags.ignore_links = 1
|
||||
#updates current status as Active, Disabled or Completed on validate
|
||||
doc.save()
|
||||
Loading…
Add table
Reference in a new issue