Add batch number to customer invoice header

This commit is contained in:
2026-03-23 20:10:55 +01:00
parent a279c653e0
commit 39b62014b0
2 changed files with 3 additions and 1 deletions

View File

@@ -142,7 +142,7 @@
<div class="header">
<div>
<h1>Fakturaunderlag - Kund {{ customer.customer_number }}</h1>
<div>Period: {{ period }}</div>
<div>Batch: {{ batch_number }} | Period: {{ period }}</div>
</div>
<div class="meta">
<div>Genererad: {{ generated_date }}</div>