View | Details | Raw Unified | Return to bug 12128
Collapse All | Expand All

(-)a/acqui/basket.pl (-1 / +6 lines)
Lines 363-368 if ( $op eq 'delete_confirm' ) { Link Here
363
        $total_gsti += $$line{totalgsti};
363
        $total_gsti += $$line{totalgsti};
364
    }
364
    }
365
365
366
    for my $tmpline (keys %foot) {
367
        $foot{$tmpline}{gstvalue} = sprintf( "%.2f", $foot{$tmpline}{gstvalue} );
368
        $foot{$tmpline}{totalgste} = sprintf( "%.2f", $foot{$tmpline}{totalgste} );
369
        $foot{$tmpline}{totalgsti} = sprintf( "%.2f", $foot{$tmpline}{totalgsti} );
370
    }
371
366
    push @book_foot_loop, map {$_} values %foot;
372
    push @book_foot_loop, map {$_} values %foot;
367
373
368
    # Get cancelled orders
374
    # Get cancelled orders
369
- 

Return to bug 12128