Commit b1c3949e063c9c81edcafa9a04ac9c317c84d22e

Authored by Thiago Farias
1 parent 15fc9391

Ajustes erro bobo

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
pen_map_tipo_documento_envio_listar.php
... ... @@ -52,7 +52,7 @@ try {
52 52 }
53 53 break;
54 54  
55   - case pen_map_tipo_documento_envio_desativar':
  55 + case 'pen_map_tipo_documento_envio_desativar':
56 56  
57 57 if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) {
58 58  
... ... @@ -69,7 +69,7 @@ try {
69 69 }
70 70 break;
71 71  
72   - case pen_map_tipo_documento_envio_ativar':
  72 + case 'pen_map_tipo_documento_envio_ativar':
73 73 if(array_key_exists('hdnInfraItensSelecionados', $arrParam) && !empty($arrParam['hdnInfraItensSelecionados'])) {
74 74  
75 75 PenRelTipoDocMapEnviadoRN::mudarEstado(explode(',', $arrParam['hdnInfraItensSelecionados']), 'S');
... ...