Skip to content

Commit

Permalink
Fix crash sending "Nota de Crédito electrónica MiPyMEs (FCE) A"
Browse files Browse the repository at this point in the history
Fixes: #185
  • Loading branch information
WhyNotHugo committed May 17, 2023
1 parent e45b29a commit 7984958
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions django_afip/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ def serialize_receipt(receipt):
r.receipt_type.code,
r.point_of_sales.number,
r.receipt_number,
r.point_of_sales.owner.cuit,
serialize_date(r.issued_date),
)
for r in related_receipts
]
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ dependencia en cada versión, en orden cronológicamente inverso.
Todos los cambios que necesites tener en cuenta al actualizar están listados
acá.

11.3.1
------

- Fix crash sending "Nota de Crédito electrónica MiPyMEs (FCE) A".

11.3.0
------

Expand Down

0 comments on commit 7984958

Please sign in to comment.