Browse Source

Update quick_entry.js (#3815)

Fix typo
version-14
ci2014 8 years ago
committed by Makarand Bauskar
parent
commit
c4292ac6a4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/quick_entry.js

+ 1
- 1
frappe/public/js/frappe/form/quick_entry.js View File

@@ -141,7 +141,7 @@ frappe.ui.form.QuickEntryForm = Class.extend({
frappe.ui.form.update_calling_link(me.dialog.doc);
} else {
if(me.after_insert) {
me.after_insert(me.dialig.doc);
me.after_insert(me.dialog.doc);
} else {
me.open_from_if_not_list();
}


Loading…
Cancel
Save