From 94ecb593217273ce980613fd7854eaf621da7ec8 Mon Sep 17 00:00:00 2001 From: james Date: Wed, 9 Sep 2009 03:12:53 +0000 Subject: [PATCH] Calculate the difference from the probability weighted totals --- admin/fundraising.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/fundraising.php b/admin/fundraising.php index 39e66ba..4c973e4 100644 --- a/admin/fundraising.php +++ b/admin/fundraising.php @@ -118,7 +118,7 @@ require_once("../dialog.inc.php"); echo "".i18n("%1 Total",array($r->name),array("Fundraising type total, eg) Award Sponsorship Total"))."\n"; echo "".format_money($typetotal)."\n"; echo "".format_money($typeprobtotal)."\n"; - $typediff=$typetotal-$r->goal; + $typediff=$typeprobtotal-$r->goal; echo "".format_money($typediff)."\n"; echo "\n";