Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 94b71f17

Von Sven Schöling vor etwa 15 Jahren hinzugefügt

  • ID 94b71f17c4183ca5602a0ba3a798b36bf30750b1
  • Vorgänger a818dbfa
  • Nachfolger 54c676f2

Wiedervorlagen korrekt anzeigen.

Unterschiede anzeigen:

bin/mozilla/is.pl
404 404
  # follow ups
405 405
  if ($form->{id}) {
406 406
    $form->{follow_ups}            = FU->follow_ups('trans_id' => $form->{id}) || [];
407
    $form->{follow_ups_unfinished} = sum map { $_->{due} * 1 } @{ $form->{follow_ups} };
407
    $form->{follow_ups_unfinished} = ( sum map { $_->{due} * 1 } @{ $form->{follow_ups} } ) || 0;
408 408
  }
409 409

  
410 410
  # payments

Auch abrufbar als: Unified diff