Sfoglia il codice sorgente

cleanup of form, rename, route, added fonts

version-14
Rushabh Mehta 13 anni fa
parent
commit
4d433ccce7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      js/legacy/widgets/form/form.js

+ 1
- 0
js/legacy/widgets/form/form.js Vedi File

@@ -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();
}



Caricamento…
Annulla
Salva