Improved handling for new invoices
This commit is contained in:
@@ -17,6 +17,11 @@ const props = defineProps({
|
||||
<td>{{props.invoice.travelRoute}}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Grund der Reise</th>
|
||||
<td>{{props.invoice.travelReason}}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th>Gesamte Wegstrecke</th>
|
||||
<td>{{props.invoice.distance}} km</td>
|
||||
|
||||
Reference in New Issue
Block a user