SISVECOM - corrección de error, al guardar clientes, al seleccionar el periodo de pago Quicena
This commit is contained in:
parent
4425e54468
commit
5d83b98a7f
@ -9,5 +9,5 @@ package com.arrebol.apc.model.enums;
|
||||
* @author Oscar
|
||||
*/
|
||||
public enum FormaPago {
|
||||
SEMANAL, QUINCENA, MENSUAL
|
||||
SEMANAL, QUINCENAL, MENSUAL
|
||||
}
|
||||
|
@ -1338,7 +1338,7 @@
|
||||
<label>Forma de pago</label>
|
||||
<p:selectOneRadio id="datosCreditoFormaPago" value="#{personCustomerBean.savePeople.datosCreditoFormaPago}" layout="responsive" columns="3">
|
||||
<f:selectItem itemLabel="SEMANAL" itemValue="SEMANAL"/>
|
||||
<f:selectItem itemLabel="QUINCENA" itemValue="QUINCENA"/>
|
||||
<f:selectItem itemLabel="QUINCENAL" itemValue="QUINCENAL"/>
|
||||
<f:selectItem itemLabel="MENSUAL" itemValue="MENSUAL"/>
|
||||
</p:selectOneRadio>
|
||||
</h:panelGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user