Revision 94b71f17
Von Sven Schöling vor etwa 15 Jahren hinzugefügt
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
Wiedervorlagen korrekt anzeigen.