diff --git a/resources/assets/js/components/AkauntingSelect.vue b/resources/assets/js/components/AkauntingSelect.vue index 9610b497d..83cf65c5d 100644 --- a/resources/assets/js/components/AkauntingSelect.vue +++ b/resources/assets/js/components/AkauntingSelect.vue @@ -1018,6 +1018,10 @@ export default { var value = this.$children[0].$children[0].$refs.input.value; } + if (value === '') { + return false; + } + if (this.add_new.type == 'inline') { if (value === '') { return false; @@ -1275,4 +1279,4 @@ export default { margin-right: 35px; position: relative; } - \ No newline at end of file +