diff --git a/public/js/clients/quotes/approve.js b/public/js/clients/quotes/approve.js index 3810671a3806..cc5c2cc570f9 100644 --- a/public/js/clients/quotes/approve.js +++ b/public/js/clients/quotes/approve.js @@ -1,2 +1,2 @@ /*! For license information please see approve.js.LICENSE.txt */ -(()=>{function e(e,t){for(var n=0;n{function e(e,t){for(var n=0;n { - if (!this.shouldDisplaySignature && !this.shouldDisplayTerms && this.shouldDisplayUserInput){ + if (!this.shouldDisplaySignature && !this.shouldDisplayTerms && this.shouldDisplayUserInput){ this.displayInput(); document @@ -146,7 +146,7 @@ class Approve { }); } - if (!this.shouldDisplaySignature && !this.shouldDisplayTerms && this.shouldDisplayUserInput) { + if (!this.shouldDisplaySignature && !this.shouldDisplayTerms && !this.shouldDisplayUserInput) { this.submitForm(); } });