taxtank-core 0.28.61 → 0.28.62
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.
|
@@ -18797,10 +18797,6 @@
|
|
|
18797
18797
|
_this.disableItemGST(itemForm);
|
|
18798
18798
|
});
|
|
18799
18799
|
}
|
|
18800
|
-
else {
|
|
18801
|
-
// set tax type as 'Tax Exclusive' by default for new invoice if soleDetails.isGST === true
|
|
18802
|
-
_this.get('taxType').setValue(_this.invoice.id ? _this.invoice.taxType : exports.SoleInvoiceTaxTypeEnum.TAX_EXCLUSIVE);
|
|
18803
|
-
}
|
|
18804
18800
|
_this.listenEvents();
|
|
18805
18801
|
return _this;
|
|
18806
18802
|
}
|