diff --git a/resources/assets/js/components/AkauntingDate.vue b/resources/assets/js/components/AkauntingDate.vue index 5976d5a49..4a7b5ac39 100644 --- a/resources/assets/js/components/AkauntingDate.vue +++ b/resources/assets/js/components/AkauntingDate.vue @@ -66,7 +66,7 @@ export default { period: { type: [Number, String], - default: 0, + default: "0", description: "Payment period" }, @@ -145,7 +145,6 @@ export default { if (this.model) { this.real_model = this.model; } - this.$emit('interface', this.real_model); },