Преглед изворни кода

[fix] for quick_entry with only Prompt

version-14
Rushabh Mehta пре 7 година
родитељ
комит
efe9886cd1
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      frappe/public/js/frappe/form/quick_entry.js

+ 2
- 1
frappe/public/js/frappe/form/quick_entry.js Прегледај датотеку

@@ -52,12 +52,13 @@ frappe.ui.form.QuickEntryForm = Class.extend({
return false; return false;
} }


this.validate_for_prompt_autoname();

if (this.too_many_mandatory_fields() || this.has_child_table() if (this.too_many_mandatory_fields() || this.has_child_table()
|| !this.mandatory.length) { || !this.mandatory.length) {
return false; return false;
} }


this.validate_for_prompt_autoname();
return true; return true;
}, },




Loading…
Откажи
Сачувај