mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
conditional statements to allow for personne moral creation and edit
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
</div>
|
||||
|
||||
<div v-if="thirdparty.kind === 'child' || thirdparty.kind === 'contact'">
|
||||
<div id="child-info">
|
||||
<div class="child-info">
|
||||
<div class="input-group mb-3 input-section">
|
||||
<select class="form-select form-select-lg" id="civility"
|
||||
v-model="thirdparty.civility">
|
||||
@@ -356,5 +356,6 @@ dl {
|
||||
width: 49%;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
Reference in New Issue
Block a user