From 0af4c5df776d440677b9a854fe09aa085191d10b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Sun, 3 Jan 2021 13:37:46 +0300 Subject: [PATCH] akaunting select change function control fixed.. --- resources/assets/js/components/AkauntingSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/components/AkauntingSelect.vue b/resources/assets/js/components/AkauntingSelect.vue index a97f34f92..4963d7fa7 100644 --- a/resources/assets/js/components/AkauntingSelect.vue +++ b/resources/assets/js/components/AkauntingSelect.vue @@ -426,7 +426,7 @@ export default { methods: { change() { // This controll added add new changed.. - if (typeof(this.selected) === 'object' && typeof(this.selectedz.type) !== 'undefined') { + if (typeof(this.selected) === 'object' && typeof(this.selected.type) !== 'undefined') { return false; }