taxtank-core 0.31.22 → 0.31.23
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.
- package/esm2020/lib/forms/transaction/allocation-rule.form.mjs +1 -1
- package/esm2020/lib/models/transaction/allocation-rule-transaction.mjs +2 -2
- package/fesm2015/taxtank-core.mjs +1 -1
- package/fesm2015/taxtank-core.mjs.map +1 -1
- package/fesm2020/taxtank-core.mjs +1 -1
- package/fesm2020/taxtank-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3540,7 +3540,7 @@ var TransactionSourceEnum;
|
|
|
3540
3540
|
class AllocationRuleTransaction extends AllocationRuleTransaction$1 {
|
|
3541
3541
|
constructor() {
|
|
3542
3542
|
super(...arguments);
|
|
3543
|
-
this.claimPercent =
|
|
3543
|
+
this.claimPercent = 100;
|
|
3544
3544
|
this.tax = 0;
|
|
3545
3545
|
}
|
|
3546
3546
|
calculateClaimPercent() {
|