php - pplns correct total
This commit is contained in:
parent
1a88cbd8d2
commit
fae6ff96ec
@ -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";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user