|
@ -66,8 +66,8 @@ class ProtocoloPesquisaView(FormView): |
|
|
# if request.POST['final']: |
|
|
# if request.POST['final']: |
|
|
# kwargs['final'] = request.POST['final'] |
|
|
# kwargs['final'] = request.POST['final'] |
|
|
|
|
|
|
|
|
if request.POST['natureza_processo']: |
|
|
# if request.POST['natureza_processo']: |
|
|
kwargs['tipo_protocolo'] = request.POST['natureza_processo'] |
|
|
# kwargs['natureza_processo'] = request.POST['natureza_processo'] |
|
|
|
|
|
|
|
|
if request.POST['tipo_documento']: |
|
|
if request.POST['tipo_documento']: |
|
|
kwargs['tipo_documento'] = request.POST['tipo_documento'] |
|
|
kwargs['tipo_documento'] = request.POST['tipo_documento'] |
|
|