Merge pull request 'fixes bugs#AL-5070' (!787) from AL-5070 into master
Reviewed-on: adm/VentaBoletosAdm#787 Reviewed-by: Gleison da Cruz <gleison.cruz@totvs.com.br>master 1.156.2
commit
de5939681a
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>br.com.rjconsultores</groupId>
|
||||
<artifactId>ventaboletosadm</artifactId>
|
||||
<version>1.156.1</version>
|
||||
<version>1.156.2</version>
|
||||
<packaging>war</packaging>
|
||||
|
||||
<properties>
|
||||
|
|
|
@ -134,7 +134,8 @@ public class EditarTipoDocumentoController extends MyGenericForwardComposer {
|
|||
Messagebox.YES | Messagebox.NO, Messagebox.QUESTION);
|
||||
|
||||
if (resp == Messagebox.YES) {
|
||||
tipoIdentificacionService.borrar(tipoDocumento);
|
||||
tipoDocumento.setActivo(false);
|
||||
tipoIdentificacionService.actualizacion(tipoDocumento);
|
||||
|
||||
Messagebox.show(
|
||||
Labels.getLabel("editarTipoDocumentoController.MSG.borrarOK"),
|
||||
|
|
Loading…
Reference in New Issue