- opsion para editar polisas ya liquidadas
This commit is contained in:
parent
98832170ea
commit
ad874525ee
@ -131,7 +131,7 @@
|
|||||||
oncomplete="PF('dlg2').show()"
|
oncomplete="PF('dlg2').show()"
|
||||||
update="carBrandForm:carBrandDialog"
|
update="carBrandForm:carBrandDialog"
|
||||||
action="#{polizaBean.cargarPoliza()}"
|
action="#{polizaBean.cargarPoliza()}"
|
||||||
rendered="#{data.active and (data.estatus eq 'COTIZACION' or data.estatus eq 'PENDIENTE')}">
|
rendered="#{data.active and (data.estatus eq 'COTIZACION' or data.estatus eq 'PENDIENTE' or data.estatus eq 'LIQUIDADO')}">
|
||||||
<f:setPropertyActionListener value="#{data}" target="#{polizaBean.selectedPoliza}"/>
|
<f:setPropertyActionListener value="#{data}" target="#{polizaBean.selectedPoliza}"/>
|
||||||
</p:commandButton>
|
</p:commandButton>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user