tunig line item list

This commit is contained in:
2025-07-10 22:54:11 +02:00
parent 5f3d112cdb
commit 32e2d91ee6
2 changed files with 14 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
<tr>
<td>{pos.number}</td>
<td>{pos.item}</td>
<td>{pos.title}</td>
<td class="title">{pos.title}</td>
<td>{pos.amount}</td>
<td>{pos.unit}</td>
<td>{pos.unit_price/100}&nbsp;{currency}</td>
@@ -19,7 +19,7 @@
<td>{pos.tax}&nbsp;%</td>
</tr>
<tr>
<td class="error">buttons</td>
<td class="error"><br/></td>
<td colspan="6">{@html pos.description}</td>
<td></td>
</tr>