php - pplns correct total

This commit is contained in:
kanoi 2014-09-09 22:34:29 +10:00
parent 1a88cbd8d2
commit fae6ff96ec

View File

@ -140,7 +140,7 @@ Block: <input type=text name=blk size=10 value=''>
$pg .= '<td class=dl colspan=3></td>';
$pg .= "<td class=dr>".number_format($tot_btc,8)."</td>";
$pg .= '<td class=dr></td>';
$pg .= '<td class=dr>'.number_format($pay_btc,8).'</td>';
$pg .= '<td class=dr>'.number_format($tot_pay,8).'</td>';
$pg .= '<td class=dr></td>';
$pg .= "</tr>\n";