Improvements to payment and other misc items
This commit is contained in:
@@ -45,7 +45,7 @@ class Controller_User_Statement extends Controller_TemplateDefault_User {
|
||||
if (isset($v['invoice']))
|
||||
$t += $v['invoice']->total();
|
||||
elseif (isset($v['payment']))
|
||||
$t -= $v['payment']->total_amt;
|
||||
$t -= $v['payment']->total();
|
||||
|
||||
$ta[$k]['total'] = $t;
|
||||
$a = $v['time'];
|
||||
|
Reference in New Issue
Block a user