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
commit
e90ce6f66e
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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() {
|
||||
|
@ -1388,5 +1388,6 @@ public class PuntoVenta implements Serializable, Auditavel<PuntoVenta> {
|
|||
public void setIndTaxaConvenienciaOrgaoConcedente(Boolean indTaxaConvenienciaOrgaoConcedente) {
|
||||
this.indTaxaConvenienciaOrgaoConcedente = indTaxaConvenienciaOrgaoConcedente;
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue