Modify ↓
Opened 10 years ago
Closed 10 years ago
#722 closed Bug/Fehler (fixed)
Dezimalstellen werden abgeschnitten Erweiterte Suche
| Reported by: | Bonsai | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | modified-shop-2.0.0.0 |
| Component: | Shop | Version: | 2.0.0.0 |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: |
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
header.php die Javascript Funktion check_form() hat das Problem auch.
Original:
pfrom_float = parseFloat(pfrom);
Fix:
pfrom_float = parseFloat(pfrom.replace(',','.'));
Original:
pto_float = parseFloat(pto);
Fix:
pto_float = parseFloat(to.replace(',','.'));
Note:
See TracTickets
for help on using tickets.

Als Ergänzung für das Ticket bitte noch folgenden Beitrag beachten: advanced_search_result.php - urldecode?