@lancom/shared 0.0.165 → 0.0.166

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.
@@ -127,6 +127,7 @@ export default {
127
127
  },
128
128
  mounted() {
129
129
  this.selectedTab = this.avilableTabs[0]?.value;
130
+ this.inclGSTFinal = this.priceIncludeGST;
130
131
  this.loadHelpMessages({
131
132
  shop: this.shop._id,
132
133
  group: 'garment-print-price-details'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.165",
3
+ "version": "0.0.166",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {