Skip to content

Commit

Permalink
[FIX]l10n_do_accounting: format l10n_do_ecf_sign_date to display sign…
Browse files Browse the repository at this point in the history
…ature time in invoice report
  • Loading branch information
GleidyEspinal committed Jul 1, 2024
1 parent 12aa653 commit d37db61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_do_accounting/views/report_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
<t t-if="o.l10n_do_ecf_sign_date">
<strong>Fecha Firma Digital:</strong>
<span
t-esc="context_timestamp(o.l10n_do_ecf_sign_date).strftime('%d-%m-%Y')"/>
t-esc="context_timestamp(o.l10n_do_ecf_sign_date).strftime('%d-%m-%Y %H:%M:%S')"/>
</t>
</t>
</div>
Expand Down

0 comments on commit d37db61

Please sign in to comment.