Erstellt vor 3 Jahren
Geschlossen vor 2 Jahren
#1982 closed Fehler (fixed)
Form::format_amount ist für sehr kleine Zahlen bei hoher Präzision kaputt
| Erstellt von: | s.schoeling@… | Verantwortlicher: | m.bunkus@… |
|---|---|---|---|
| Priorität: | normal | Meilenstein: | |
| Komponente: | kivitendo ERP | Version: | 2.7.1 unstable |
| Schweregrad: | normal | Stichworte: | |
| Beobachter: |
Beschreibung
re.pl(main):003:0> $::form->format_amount(\%::myconfig, 4e-5, 2)
0,00
re.pl(main):004:0> $::form->format_amount(\%::myconfig, 4e-5, 4)
0,0000
re.pl(main):005:0> $::form->format_amount(\%::myconfig, 4e-5, 5)
4e-05,00000
re.pl(main):006:0> $::myconfig{numberformat}
1.000,00
Änderungshistorie (1)
comment:1 Geändert vor 2 Jahren durch s.schoeling@…
- Lösung auf fixed gesetzt
- Status von new nach closed geändert
Hinweis: Hilfe zur Verwendung von Tickets finden Sie in TracTickets.

In 10478553c500772a988036a69947a7e6d19d404e/erp: