chrisjrn / registrasion

A conference registration app, built on top of the Symposion conference management system
Apache License 2.0
18 stars 14 forks source link

Quantity input forms should have an upper limit #19

Closed chrisjrn closed 8 years ago

chrisjrn commented 8 years ago

Due to @mject:

09:07 < mjec> "quantize result has too many digits for current context" with 999999 dinner tickets, 20000 t shirts and 1000 accommodation

This is overflowing the (max_digits=8, decimal_places=2) on the total invoice value.