style: linting fix
This commit is contained in:
parent
1e9de53483
commit
1c1b5aa4e7
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export default class WebForm extends frappe.ui.FieldGroup {
|
|||
// validation hack: get_values will check for missing data
|
||||
let isvalid = super.get_values(this.allow_incomplete);
|
||||
|
||||
if(!isvalid) return
|
||||
if (!isvalid) return;
|
||||
|
||||
if (window.saving) return;
|
||||
let for_payment = Boolean(this.accept_payment && !this.doc.paid);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue