menge in zeilendarstellung geändert
This commit is contained in:
parent
7e89db7500
commit
9f169effb5
@ -146,7 +146,7 @@
|
|||||||
{#each invoiceData.items as item}
|
{#each invoiceData.items as item}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{item.description}</td>
|
<td>{item.description}</td>
|
||||||
<td>{item.quantity} {item.unitCode}</td>
|
<td>{item.quantity}</td>
|
||||||
<td>{item.unitCode}</td>
|
<td>{item.unitCode}</td>
|
||||||
<td>{item.price}</td>
|
<td>{item.price}</td>
|
||||||
<td>{item.lineExtensionAmount}</td>
|
<td>{item.lineExtensionAmount}</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user