Merge branch 'staging-fixes' into staging
This commit is contained in:
commit
d3a7399d9e
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ source_link = "https://github.com/frappe/frappe"
|
|||
app_license = "MIT"
|
||||
|
||||
develop_version = '11.x.x-develop'
|
||||
staging_version = '11.0.3-beta.1'
|
||||
staging_version = '11.0.3-beta.2'
|
||||
|
||||
app_email = "info@frappe.io"
|
||||
|
||||
|
|
|
|||
|
|
@ -29,4 +29,5 @@ def execute():
|
|||
if cint(doc.allow_consecutive_login_attempts) <= 3:
|
||||
doc.allow_consecutive_login_attempts = 3
|
||||
|
||||
doc.flags.ignore_mandatory = True
|
||||
doc.save()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue