@lancom/shared 0.0.148 → 0.0.149
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,9 +16,16 @@
|
|
|
16
16
|
ABN: {{ shopContacts.abn }}
|
|
17
17
|
</h4>
|
|
18
18
|
</div>
|
|
19
|
-
<
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
<div>
|
|
20
|
+
<h1 class="text-secondary lc_h1">
|
|
21
|
+
Tax invoice
|
|
22
|
+
</h1>
|
|
23
|
+
<h5
|
|
24
|
+
v-if="order.purchaseOrderNumber"
|
|
25
|
+
class="text-secondary lc_h5">
|
|
26
|
+
PO: {{ order.purchaseOrderNumber }}
|
|
27
|
+
</h5>
|
|
28
|
+
</div>
|
|
22
29
|
</div>
|
|
23
30
|
<div class="OrderView__info">
|
|
24
31
|
<div v-if="shopContacts">
|