Revision 9516abfa
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/Controller/TimeRecording.pm | ||
---|---|---|
95 | 95 |
my ($self) = @_; |
96 | 96 |
|
97 | 97 |
if ($self->use_duration) { |
98 |
$self->time_recording->start_date(undef);
|
|
99 |
$self->time_recording->end_date(undef);
|
|
98 |
$self->time_recording->start_time(undef);
|
|
99 |
$self->time_recording->end_time(undef);
|
|
100 | 100 |
} |
101 | 101 |
|
102 | 102 |
my @errors = $self->time_recording->validate; |
Auch abrufbar als: Unified diff
Zeiterfassung: Controller: falsche Methodennamen korrigiert