close #2975 Fixed: Recurring Invoice Custom Interval

This commit is contained in:
Cüneyt Şentürk
2023-08-28 15:40:55 +03:00
parent a83d446141
commit 8387830ecd
9 changed files with 73 additions and 8 deletions

View File

@ -198,6 +198,11 @@ export default {
default: 'monthly',
description: "Default reccuring type"
},
intervalValue: {
type: String,
default: '',
description: 'Default interval value'
},
invertalError: {
type: String,
default: null,
@ -310,6 +315,7 @@ export default {
mounted() {
this.frequency = this.frequencyValue;
this.interval = this.intervalValue;
this.customFrequency = this.customFrequencyValue;
this.started_at = this.startedValue;