@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
- <h1 class="text-secondary lc_h1">
20
- Tax invoice
21
- </h1>
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">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.148",
3
+ "version": "0.0.149",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {