ソースを参照

[fix] route for customize from list

version-14
Rushabh Mehta 9年前
コミット
c5be48802b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/custom/doctype/customize_form/customize_form.js

+ 1
- 1
frappe/custom/doctype/customize_form/customize_form.js ファイルの表示

@@ -82,7 +82,7 @@ frappe.ui.form.on("Customize Form", {

if(frappe.route_options) {
setTimeout(function() {
frm.set_value("doc_type", frappe.route_options.doctype);
frm.set_value("doc_type", frappe.route_options.doc_type);
frappe.route_options = null;
}, 1000);
}


読み込み中…
キャンセル
保存