mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
do not allow to update address from an existing household
This commit is contained in:
parent
0437e00dcd
commit
62d3bf8742
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user