Skip to content

Commit

Permalink
Merge pull request #106 from gisce/fix_comentario_concepto_repercutible
Browse files Browse the repository at this point in the history
No eliminar los espacios de los comentarios de los conceptos en los F1
  • Loading branch information
ecarreras authored Aug 5, 2019
2 parents 7d7b609 + 3ee84e7 commit a729d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gestionatr/input/messages/F1.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ def importe(self):
@property
def comentarios(self):
if hasattr(self.concepto, 'Comentarios'):
return self.concepto.Comentarios.text.strip()
return self.concepto.Comentarios.text
return None


Expand Down

0 comments on commit a729d9e

Please sign in to comment.