fix: quick entry edit button
This commit is contained in:
parent
c2a7028829
commit
0bebe38f6c
1 changed files with 2 additions and 2 deletions
|
|
@ -262,11 +262,11 @@ frappe.ui.form.QuickEntryForm = Class.extend({
|
|||
render_edit_in_full_page_link: function() {
|
||||
var me = this;
|
||||
var $link = $(`<div>
|
||||
<button class="edit-full btn btn-default btn-sm">
|
||||
<button class="edit-full btn btn-secondary btn-sm pull-left">
|
||||
${frappe.utils.icon('edit', 'xs')}
|
||||
${__("Edit in full page")}
|
||||
</button>
|
||||
</div>`).appendTo(this.dialog.body);
|
||||
</div>`).appendTo(this.dialog.custom_actions);
|
||||
|
||||
$link.find('.edit-full').on('click', function() {
|
||||
// edit in form
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue