|
|
|
@ -456,7 +456,6 @@ class NotaFiscalReferenciada(Entidade): |
|
|
|
# - Modelo |
|
|
|
modelo = str() |
|
|
|
|
|
|
|
|
|
|
|
class NotaFiscalProduto(Entidade): |
|
|
|
# - Dados |
|
|
|
# - Codigo (obrigatorio) |
|
|
|
@ -935,4 +934,4 @@ class NotaFiscalServico(Entidade): |
|
|
|
super(NotaFiscalServico, self).__init__(*args, **kwargs) |
|
|
|
|
|
|
|
def __str__(self): |
|
|
|
return ' '.join([str(self.identificador)]) |
|
|
|
return ' '.join([str(self.identificador)]) |