taxtank-core 0.19.0 → 0.19.1
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.
|
@@ -15116,12 +15116,12 @@
|
|
|
15116
15116
|
value: deductions.workRelatedTravelExpensesTotalAmount,
|
|
15117
15117
|
disabled: true
|
|
15118
15118
|
}),
|
|
15119
|
-
workRelatedClothingType: new forms.FormControl(
|
|
15119
|
+
workRelatedClothingType: new forms.FormControl(deductions.workRelatedClothingType, forms.Validators.required),
|
|
15120
15120
|
workRelatedClothingTotalAmount: new forms.FormControl({
|
|
15121
15121
|
value: deductions.workRelatedClothingTotalAmount,
|
|
15122
15122
|
disabled: true
|
|
15123
15123
|
}),
|
|
15124
|
-
workRelatedSelfEducationType: new forms.FormControl(
|
|
15124
|
+
workRelatedSelfEducationType: new forms.FormControl(deductions.workRelatedSelfEducationType, forms.Validators.required),
|
|
15125
15125
|
workRelatedSelfEducationTotalAmount: new forms.FormControl({
|
|
15126
15126
|
value: deductions.workRelatedSelfEducationTotalAmount,
|
|
15127
15127
|
disabled: true
|