Skip to content

Commit

Permalink
[IMP] l10n_br_nfse_betha: save preview link
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniospneto committed Nov 12, 2023
1 parent d9e55f3 commit 4ab9575
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions l10n_br_nfse_betha/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def _save_nfse_data(self, compl_nfse, xml_file):
compl_nfse.nfse.inf_nfse.data_emissao.to_datetime().replace(tzinfo=None)
)
self.verify_code = compl_nfse.nfse.inf_nfse.codigo_verificacao
self.nfse_preview_link = compl_nfse.nfse.inf_nfse.outras_informacoes
self.authorization_event_id.set_done(
status_code=None,
response="NFS-e emitida com sucesso.",
Expand Down

0 comments on commit 4ab9575

Please sign in to comment.