fixes bug#3499

master
wallace.henrique 2023-11-17 12:20:59 -03:00
parent ae834f1425
commit 38b02cb7db
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId> <groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId> <artifactId>ModelWeb</artifactId>
<version>1.23.0</version> <version>1.23.1</version>
<distributionManagement> <distributionManagement>
<repository> <repository>

View File

@ -346,7 +346,7 @@ public class PuntoVenta implements Serializable, Auditavel<PuntoVenta> {
@Column(name = "INDBLOQUEARDESCONTOWEB") @Column(name = "INDBLOQUEARDESCONTOWEB")
private Boolean indBloquearDescontoWEB; private Boolean indBloquearDescontoWEB;
@Column(name = "INDTAXACONVENIENCIAORGAOCONCEDENTE") @Column(name = "INDTAXACONVORGAOCONCEDENTE")
private Boolean indTaxaConvenienciaOrgaoConcedente; private Boolean indTaxaConvenienciaOrgaoConcedente;
public List<CobrancaAdcPuntoVenta> getCobrancaAdicionalList() { public List<CobrancaAdcPuntoVenta> getCobrancaAdicionalList() {