Merge branch 'master' into staging-fixes

This commit is contained in:
Frappe Bot
2018-12-26 11:44:09 +00:00
13 changed files with 69 additions and 19 deletions

View File

@@ -97,6 +97,9 @@ erpnext.setup.slides_settings = [
if (!this.values.company_abbr) {
return false;
}
if (this.values.company_abbr.length > 5) {
return false;
}
return true;
}
},