diff --git a/admin/fundraising.php b/admin/fundraising.php
index c0b9fcd..39e66ba 100644
--- a/admin/fundraising.php
+++ b/admin/fundraising.php
@@ -60,13 +60,14 @@ require_once("../dialog.inc.php");
echo "\n";
echo "
";
echo "type',400,250)\" href=\"#\">add | ";
- echo "".i18n("%1 Total",array($r->name),array("Fundraising type total, eg) Award Sponsorship Total"))." | \n";
- echo "".format_money($typetotal)." | \n";
+ 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;
- echo "".format_money($typediff)." | \n";
+ echo "".format_money($typediff)." | \n";
echo "
\n";
$totalgoal+=$r->goal;