Commit 25fafc74e260ac4eabfbfb1757e58f4880ce0124
1 parent
10d3a1c8
Exists in
master
and in
1 other branch
Merge feito de duas pequenas alterações
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
MdWsSeiRest.php
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) { | ... | ... |