Skip to content
Snippets Groups Projects
Commit b487c8e2 authored by simon's avatar simon
Browse files

i5934 fix override of max_date on taxshelter generation

parent bbbeb8ac
Branches v1.0.9.1
No related merge requests found
......@@ -78,7 +78,6 @@ class ShareholderRegisterTaxshelter extends FormBase {
];
$form['max_date'] = [
'#type' => 'date',
'#disabled' => TRUE,
'#title' => $this->t("Latest date for taxshelter"),
'#default_value' => $max_date,
'#states' => [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment