From 14d8af1596fe072554793f07e55c5c6f3ee2b842 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 19 Feb 2016 16:38:20 -0200 Subject: [PATCH] =?UTF-8?q?Centraliza=20c=C3=B3digo=20de=20barras?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- relatorios/templates/pdf_etiqueta_protocolo_gerar.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/relatorios/templates/pdf_etiqueta_protocolo_gerar.py b/relatorios/templates/pdf_etiqueta_protocolo_gerar.py index 3200afd31..142065450 100755 --- a/relatorios/templates/pdf_etiqueta_protocolo_gerar.py +++ b/relatorios/templates/pdf_etiqueta_protocolo_gerar.py @@ -51,7 +51,7 @@ def paraStyle(): tmp_data = '' tmp_data += '\t\n' tmp_data += '\t\t\n' - tmp_data += '\t\t\t\n' + tmp_data += '\t\t\t\n' tmp_data += '\t\t\t\n' tmp_data += '\t\t\n' tmp_data += '\t\t\n' @@ -86,8 +86,10 @@ def protocolos(lst_protocolos, dic_cabecalho): tmp_data += '\t\t\n' tmp_data += '\t\t\t \n' tmp_data += '\t\t\n' - tmp_data += '\t\t' + \ + tmp_data += '' + tmp_data += '' + \ dic['titulo'] + '\n' + tmp_data += '' tmp_data += '\t\tPROTOCOLO GERAL ' + \ dic['titulo'] + '\n' if dic['data'] != None: