Commit 25fafc74e260ac4eabfbfb1757e58f4880ce0124

Authored by Ezequiel Lafuente
1 parent 10d3a1c8
Exists in master and in 1 other branch desenv

Merge feito de duas pequenas alterações

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
MdWsSeiRest.php
... ... @@ -150,7 +150,7 @@ class MdWsSeiRest extends SeiIntegracao
150 150  
151 151 public function getVersao()
152 152 {
153   - return '0.7.10';
  153 + return '0.7.11';
154 154 }
155 155  
156 156 public function getInstituicao()
... ...
rn/MdWsSeiDocumentoRN.php
... ... @@ -1271,7 +1271,7 @@ class MdWsSeiDocumentoRN extends DocumentoRN {
1271 1271 $protocoloDTODocumento = $arrProtocoloDTO[$documentoDTO->getDblIdDocumento()];
1272 1272  
1273 1273 $numCodigoAcesso = $protocoloDTODocumento->getNumCodigoAcesso();
1274   - if ($numCodigoAcesso > 0 || $bolFlagProtocolo) {
  1274 + if ($numCodigoAcesso > 0) {
1275 1275 $podeVisualizar = true;
1276 1276 }
1277 1277 if ($documentoDTO->getStrStaEstadoProtocolo() == ProtocoloRN::$TE_DOCUMENTO_CANCELADO) {
... ...