default min e max fido e accumulo, per Circuito

This commit is contained in:
Surya Paolo
2023-06-19 00:47:25 +02:00
parent 41ac42b190
commit 874faacd0b
8 changed files with 48 additions and 10 deletions

View File

@@ -3986,6 +3986,8 @@ export const tools = {
this.showNegativeNotif(mythisq, t('reg.err.rec_already_exist_code') + ' ' + msg)
} else if (riscode === serv_constants.RIS_CODE_REC_ALREADY_EXIST_SYMBOL) {
this.showNegativeNotif(mythisq, t('reg.err.rec_already_exist_symbol') + ' ' + msg)
} else if (riscode === serv_constants.RIS_CODE_REC_DUPLICATED_DESCR_CITY_USER) {
this.showNegativeNotif(mythisq, t('reg.err.rec_duplicated_descr_city_user') + ' ' + msg)
}
},