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

(-)a/acqui/neworderempty.pl (-2 lines)
Lines 370-376 $template->param( Link Here
370
    firstnamesuggestedby => $suggestion->{firstnamesuggestedby},
370
    firstnamesuggestedby => $suggestion->{firstnamesuggestedby},
371
    biblionumber         => $biblionumber,
371
    biblionumber         => $biblionumber,
372
    uncertainprice       => $data->{'uncertainprice'},
372
    uncertainprice       => $data->{'uncertainprice'},
373
    authorisedbyname     => $borrower->{'firstname'} . " " . $borrower->{'surname'},
374
    discount_2dp         => sprintf( "%.2f",  $bookseller->{'discount'} ) ,   # for display
373
    discount_2dp         => sprintf( "%.2f",  $bookseller->{'discount'} ) ,   # for display
375
    discount             => $bookseller->{'discount'},
374
    discount             => $bookseller->{'discount'},
376
    orderdiscount_2dp    => sprintf( "%.2f", $data->{'discount'} || 0 ),
375
    orderdiscount_2dp    => sprintf( "%.2f", $data->{'discount'} || 0 ),
377
- 

Return to bug 7480