mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 17:15:02 +00:00
do not allow to update address from an existing household
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<household-render-box :household="household" :isAddressMultiline="true"></household-render-box>
|
<household-render-box :household="household" :isAddressMultiline="true"></household-render-box>
|
||||||
<ul class="record_actions">
|
<ul class="record_actions" v-if="isHouseholdNew">
|
||||||
<li>
|
<li>
|
||||||
<add-address
|
<add-address
|
||||||
:context="getAddressContext"
|
:context="getAddressContext"
|
||||||
|
Reference in New Issue
Block a user