X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fui_view.inc;h=9030ca90c9db22d88a926c111347669bf70b33f0;hb=09b78473fba154c8749f6cc0eda7bd046a35716c;hp=960afb0b4e052fe66e9766af99419565bf6a9538;hpb=41bdd7820211334cef5c087889e6cd5e6e45af86;p=fa-stable.git diff --git a/includes/ui/ui_view.inc b/includes/ui/ui_view.inc index 960afb0b..9030ca90 100644 --- a/includes/ui/ui_view.inc +++ b/includes/ui/ui_view.inc @@ -560,7 +560,7 @@ function display_allocations($alloc_result, $total, $title, $show_summary=true) if ($alloc_row['type'] == ST_SUPPAYMENT || $alloc_row['type'] == ST_BANKPAYMENT || $alloc_row['type'] == ST_SUPPCREDIT) $alloc_row['Total'] = -$alloc_row['Total']; amount_cell($alloc_row['Total']); - amount_cell($alloc_row['Total'] - $alloc_row['amt']); + amount_cell($alloc_row['Total'] - $alloc_row['alloc']); amount_cell($alloc_row['amt']); end_row();