adjust payment step

This commit is contained in:
Pete Matsyburka
2024-07-31 22:56:18 +03:00
parent 66bc8cfb5f
commit cf6b378ccb
7 changed files with 98 additions and 15 deletions
@@ -204,7 +204,10 @@ export default {
alert('Some fields are missing in the formula.')
} else {
this.field.preferences.formula = normalizedFormula
this.field.readonly = !!normalizedFormula
if (this.field.type !== 'payment') {
this.field.readonly = !!normalizedFormula
}
this.save()