cleanup of form, rename, route, added fonts
This commit is contained in:
parent
e9a3daf572
commit
4d433ccce7
1 changed files with 1 additions and 0 deletions
|
|
@ -274,6 +274,7 @@ _f.Frm.prototype.set_heading = function() {
|
|||
_f.Frm.prototype.setup_meta = function() {
|
||||
this.meta = get_local('DocType',this.doctype);
|
||||
this.perm = get_perm(this.doctype); // for create
|
||||
if(this.meta.istable) { this.meta.in_dialog = 1 }
|
||||
this.setup_print();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue