Przeglądaj źródła

[fix] document_flow.js

version-14
Rushabh Mehta 9 lat temu
rodzic
commit
f609654e82
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      frappe/public/js/frappe/form/document_flow.js

+ 3
- 0
frappe/public/js/frappe/form/document_flow.js Wyświetl plik

@@ -20,6 +20,9 @@ frappe.ui.form.DocumentFlow = Class.extend({
render: function() {
var me = this;
var module = frappe.get_meta(this.frm.doctype).module
if (!frappe.document_flow[module]) {
return;
}
var doctypes = frappe.document_flow[module][this.frm.doctype];
if (!doctypes) {
return;


Ładowanie…
Anuluj
Zapisz