浏览代码

[fix] document_flow.js

version-14
Rushabh Mehta 9 年前
父节点
当前提交
f609654e82
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      frappe/public/js/frappe/form/document_flow.js

+ 3
- 0
frappe/public/js/frappe/form/document_flow.js 查看文件

@@ -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;


正在加载...
取消
保存