feat: don't show full link option if force is set in quick entry

This commit is contained in:
Shivam Mishra 2020-05-14 19:28:08 +05:30
parent f4b9f8a314
commit 657d001eef

View file

@ -107,7 +107,7 @@ frappe.ui.form.QuickEntryForm = Class.extend({
});
this.register_primary_action();
this.render_edit_in_full_page_link();
!this.force && this.render_edit_in_full_page_link();
// ctrl+enter to save
this.dialog.wrapper.keydown(function(e) {
if((e.ctrlKey || e.metaKey) && e.which==13) {