taxtank-core 0.31.39 → 0.31.40
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.
|
@@ -23052,9 +23052,7 @@ class AllocationRuleForm extends AbstractForm {
|
|
|
23052
23052
|
this.transactionFormGroup.get('business').enable({ emitEvent: false });
|
|
23053
23053
|
if (this.isGST) {
|
|
23054
23054
|
this.transactionFormGroup.get('isGST').enable({ emitEvent: false });
|
|
23055
|
-
|
|
23056
|
-
this.transactionFormGroup.get('isGST').setValue(true);
|
|
23057
|
-
}
|
|
23055
|
+
this.transactionFormGroup.get('isGST').setValue(true);
|
|
23058
23056
|
}
|
|
23059
23057
|
break;
|
|
23060
23058
|
}
|