feat(commercial) : saisie manuelle de la date de creation du client (ERP-119)
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 2m6s
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 1m9s

Champ « Date de creation » (foundedAt) en :editable sur les formulaires de
creation et d'edition : saisie clavier JJ/MM/AAAA en plus du calendrier
(prop MalioDate, @malio/layer-ui 1.7.8). Consultation inchangee (lecture seule).
This commit is contained in:
2026-06-09 20:43:45 +02:00
parent dacf67535d
commit 5b3ce0eb13
2 changed files with 2 additions and 0 deletions
@@ -114,6 +114,7 @@
v-model="information.foundedAt"
:label="t('commercial.clients.form.information.foundedAt')"
:readonly="businessReadonly"
:editable="true"
:error="informationErrors.errors.foundedAt"
/>
<MalioInputText
@@ -109,6 +109,7 @@
v-model="information.foundedAt"
:label="t('commercial.clients.form.information.foundedAt')"
:readonly="isValidated('information')"
:editable="true"
:error="informationErrors.errors.foundedAt"
/>
<MalioInputText