Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision cb0dfa9a

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

  • ID cb0dfa9a11519db929421ddc704a1f25b6a50668
  • Vorgänger 7130d91e
  • Nachfolger de6cead5

is form_footer: Fixes, Hooks und hiddens.

Unterschiede anzeigen:

bin/mozilla/is.pl
437 437

  
438 438
    # format amounts
439 439
    $totalpaid += $form->{"paid_$i"};
440
    if ($form->{"paid_$i"}) {
441
      $form->{"paid_$i"} = $form->format_amount(\%myconfig, $form->{"paid_$i"}, 2);
442
    }
443
    $form->{"exchangerate_$i"} = $form->format_amount(\%myconfig, $form->{"exchangerate_$i"});
444
    $form->{"exchangerate_$i"} ||= "";
445 440
  }
446 441

  
447

  
448 442
  $form->{print_options} = print_options(inline => 1);
449 443

  
450 444
  print $form->parse_html_template('is/form_footer');

Auch abrufbar als: Unified diff