! -> Note
$ -> Affected files
+06-Jun-2010 Janusz Dobrowolski
+# False overallocation fixed.
+$ /includes/ui/allocation_cart.inc
+
03-Jun-2010 Joe Hunt
# Rounding bug when decimals greater than or equal to 6.
$ /includes/current_user.inc
/*Now check to see that the AllocAmt is no greater than the
amount left to be allocated against the transaction under review */
- if (input_num('amount' . $counter) > get_post('un_allocated' . $counter))
+ if (input_num('amount' . $counter) > input_num('un_allocated' . $counter))
{
display_error(_("At least one transaction is overallocated."));
set_focus('amount'.$counter);