From: Vincent Vanwaelscappel Date: Fri, 6 Oct 2023 09:19:47 +0000 (+0200) Subject: wait #6368 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9f1929a63f26d4d9c7f4b4ae5fd68a2e7b5dc5a2;p=pmi.git wait #6368 --- diff --git a/resources/js/app.js b/resources/js/app.js index 03a5e00..739190e 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -101,10 +101,6 @@ const app = new Vue({ mounted() { eventBus.$on('add-item', data => { - if (!this.statusConfig) { - alert('Configuration incomplète'); - return; - } data.action = 'add'; data.ref = data.ref !== "" ? data.ref : this.ref; data.price = data.price !== undefined ? data.price : this.price;