Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
victordomingos authored Mar 1, 2018
1 parent 6571bc9 commit 386b513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/gui/detalhe_remessa.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import Pmw
import textwrap

import printing
from printing import imprimir
from gui.extra_tk_classes import AutoScrollbar, LabelEntry, LabelText
from gui.detalhe_reparacao import repairDetailWindow
from global_setup import *
Expand Down Expand Up @@ -73,7 +73,7 @@ def on_btn_anotar(self, event):
pass

def on_btn_imprimir(self, event):
printing.imprimir_guia_de_remessa(self.num_remessa)
imprimir.imprimir_guia_de_remessa(self.num_remessa)

def contar_linhas(self):
""" Obtém o número de linhas da tabela de processos desta remessa. """
Expand Down

0 comments on commit 386b513

Please sign in to comment.