Fix small number handling in the Shop. Fixes bug #11195

Format the number to be checked against 0.00 in Shop/Pay.pm, since sometimes perl
will leave small remainders when subtracting numbers.
This commit is contained in:
Colin Kuskie 2009-11-03 09:24:48 -08:00
parent 1eeb76e96f
commit d8526028ab
2 changed files with 2 additions and 1 deletions

View file

@ -37,6 +37,7 @@
- fixed #11190: event tmpl_var in help but not available
- fixed #11194: Event Asset Recurrence form is not i18n'ed
- fixed #11192: newByLineage tries to instantiate asset even if no assetId found
- fixed #11195: Shop, sometimes free checkout does not work
7.8.2
- Added scheduled vendor payout workflow activity. (Special thanks to Martin @ Oqapi)