Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
satcfdi committed Nov 16, 2023
1 parent 63fc4ec commit d5bc5fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions satdigitalinvoice/gui_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,8 +481,8 @@ def isr_mensual(dp: DatePeriod, ingreso):


def generate_pdf_template(template_name, fields):
increment_template = facturacion_environment.get_template(template_name)
md5_document = increment_template.render(
template = facturacion_environment.get_template(template_name)
md5_document = template.render(
fields
)
html = markdown(md5_document)
Expand Down

0 comments on commit d5bc5fd

Please sign in to comment.