Skip to content

Commit 0dfeb7a

Browse files
authored
fix: rearange stamp table distribution on cfdi render (#27)
Co-authored-by: Alfredo Altamirano <[email protected]>
1 parent 15d0d1f commit 0dfeb7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

satcfdi/render/templates/TimbreFiscalDigital.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
<table class="nb" style="margin-top: 4px">
22
<tr>
3-
<td rowspan="4">
4-
<img src="data:image/png;base64, {{ parent.verifica_url | qr_image }}" alt="QR Code" style="max-width: 120px;"/>
5-
</td>
63
<td style="white-space: nowrap;"><b>Folio Fiscal:</b></td>
74
<td style="white-space: nowrap;">{{ c.UUID }}</td>
85
<td style="white-space: nowrap;"><b>Fecha de Certificación:</b></td>
@@ -20,7 +17,10 @@
2017
{% endif %}
2118
</tr>
2219
<tr>
23-
<td colspan="4">
20+
<td>
21+
<img src="data:image/png;base64, {{ parent.verifica_url | qr_image }}" alt="QR Code" style="max-width: 120px;"/>
22+
</td>
23+
<td colspan="3">
2424
<div class="ciii">
2525
<b>Sello del CFDI: </b> {{ c.SelloCFD | baa }}<br>
2626
<b>Sello del SAT: </b> {{ c.SelloSAT | baa }}<br>

0 commit comments

Comments
 (0)