瀏覽代碼

Merge pull request #12476 from shariquerik/customize-form-doc-type-fix

fix: Cannot change Entry Form Type
version-14
Prssanna Desai 4 年之前
committed by GitHub
父節點
當前提交
c66b079301
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      frappe/custom/doctype/customize_form/customize_form.js

+ 1
- 0
frappe/custom/doctype/customize_form/customize_form.js 查看文件

@@ -76,6 +76,7 @@ frappe.ui.form.on("Customize Form", {
frm.trigger("setup_sortable");
}
}
localStorage["customize_doctype"] = frm.doc.doc_type;
}
});
} else {


Loading…
取消
儲存