Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c4a68243

Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt

  • ID c4a682432dda2b3e3e9aea823dee83aa8e99f224
  • Vorgänger 4b482612
  • Nachfolger 5a618706

Zeiterfassung: Eingabe: Dauer auf 0 setzen können

Unterschiede anzeigen:

SL/Controller/TimeRecording.pm
165 165
  my %attributes = %{ $::form->{time_recording} || {} };
166 166

  
167 167
  if ($self->use_duration) {
168
    if ($::form->{duration_h} || $::form->{duration_m}) {
168
    if (exists $::form->{duration_h} || exists $::form->{duration_m}) {
169 169
      $attributes{duration} = _round_number(_parse_number($::form->{duration_h}) * 60 + _parse_number($::form->{duration_m}), 0);
170 170
    }
171 171

  

Auch abrufbar als: Unified diff