forked from science-ation/science-ation
Calculate the difference from the probability weighted totals
This commit is contained in:
parent
1c99f624e5
commit
94ecb59321
@ -118,7 +118,7 @@ require_once("../dialog.inc.php");
|
||||
echo "<td colspan=\"3\" style=\"text-align: right; font-weight: bold;\">".i18n("%1 Total",array($r->name),array("Fundraising type total, eg) Award Sponsorship Total"))."</td>\n";
|
||||
echo "<td style=\"font-weight: bold; text-align: right;\"><nobr>".format_money($typetotal)."</nobr></td>\n";
|
||||
echo "<td style=\"font-weight: bold; text-align: right;\"><nobr>".format_money($typeprobtotal)."</nobr></td>\n";
|
||||
$typediff=$typetotal-$r->goal;
|
||||
$typediff=$typeprobtotal-$r->goal;
|
||||
echo "<td style=\"font-weight: bold; text-align: right;\"><nobr>".format_money($typediff)."</nobr></td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user