Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 74f245fb

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID 74f245fba8306d49caf19f9242f912912415068a
  • Vorgänger 5d244100
  • Nachfolger 0b8b2454

parse_amount: Bei amount undef sofort 0 zurückgeben.

Unterschiede anzeigen:

SL/Form.pm
957 957
sub round_amount {
958 958
  my ($self, $amount, $places) = @_;
959 959

  
960
  return 0 if !defined $amount;
961

  
960 962
  # We use Perl's knowledge of string representation for
961 963
  # rounding. First, convert the floating point number to a string
962 964
  # with a high number of places. Then split the string on the decimal

Auch abrufbar als: Unified diff