Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Shareholder Register
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
DAR
Shareholder Register
Commits
b487c8e2
Commit
b487c8e2
authored
4 years ago
by
simon
Browse files
Options
Downloads
Patches
Plain Diff
i5934 fix override of max_date on taxshelter generation
parent
bbbeb8ac
Branches
v1.0.9.1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/shareholder_register_taxshelter/src/Form/ShareholderRegisterTaxshelter.php
+0
-1
0 additions, 1 deletion
...ter_taxshelter/src/Form/ShareholderRegisterTaxshelter.php
with
0 additions
and
1 deletion
modules/shareholder_register_taxshelter/src/Form/ShareholderRegisterTaxshelter.php
+
0
−
1
View file @
b487c8e2
...
...
@@ -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'
=>
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment