Merge pull request 'fixes bug#AL-3499' (!111) from AL-3499 into master

Reviewed-on: adm/ModelWeb#111
Reviewed-by: Lucas Taiã <lucas@rjconsultores.com.br>
master
wallace 2023-11-17 15:26:30 +00:00
commit e90ce6f66e
2 changed files with 5 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ModelWeb</artifactId>
<version>1.23.0</version>
<version>1.23.1</version>
<distributionManagement>
<repository>

View File

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