Skip to content

Commit

Permalink
Al informar el error, pasamos el numero de comprobante que quiere con…
Browse files Browse the repository at this point in the history
…firmar
  • Loading branch information
lukio committed Jun 29, 2017
1 parent bd60516 commit 70a3895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invoice.py
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ def do_pyafipws_request_cae(self):
'XmlResponse: %s\n', repr(msg.encode('ascii', 'ignore').strip()), self.id, self.type, self.party.rec_name, repr(ws.XmlRequest),
repr(ws.XmlResponse))
self.raise_user_error('not_cae', {
'invoice': self.id, 'msg': msg.encode('ascii', 'ignore').strip(),
'invoice': cbte_nro_next, 'msg': msg.encode('ascii', 'ignore').strip(),
'party': self.party.rec_name,
})

Expand Down

0 comments on commit 70a3895

Please sign in to comment.