Commit f1802c60e1f83e36754c3b29eece351d6f06f859
1 parent
78fbda44
Exists in
master
and in
1 other branch
[Feat] Adicionando atributo para verificar se o documento pode ser visualizado.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
rn/MdWsSeiDocumentoRN.php
... | ... | @@ -127,7 +127,7 @@ class MdWsSeiDocumentoRN extends InfraRN { |
127 | 127 | 'documentoAssinado' => $documentoDTO->getStrCrcAssinatura() ? 'S' : 'N', |
128 | 128 | 'ciencia' => $ciencia, |
129 | 129 | 'documentoCancelado' => $documentoCancelado, |
130 | - 'podeVisualizarDocumento' => $podeVisualizarDocumento | |
130 | + 'podeVisualizarDocumento' => $podeVisualizarDocumento ? 'S' : 'N' | |
131 | 131 | ) |
132 | 132 | ) |
133 | 133 | ); | ... | ... |