SISVECOM - corrección de error, al guardar clientes, al seleccionar el periodo de pago Quicena

This commit is contained in:
Brayan.Gonzalez 2025-02-14 10:43:03 -07:00
parent 4425e54468
commit 5d83b98a7f
2 changed files with 2 additions and 2 deletions

View File

@ -9,5 +9,5 @@ package com.arrebol.apc.model.enums;
* @author Oscar
*/
public enum FormaPago {
SEMANAL, QUINCENA, MENSUAL
SEMANAL, QUINCENAL, MENSUAL
}

View File

@ -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>