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

(-)a/acqui/basketgroup.pl (-2 / +1 lines)
Lines 145-151 sub BasketTotal { Link Here
145
            $total = $total * ( $gst / 100 +1);
145
            $total = $total * ( $gst / 100 +1);
146
        }
146
        }
147
    }
147
    }
148
    $total .= $bookseller->{invoiceprice} // 0;
148
    $total .= " " . ($bookseller->{invoiceprice} // 0);
149
    return $total;
149
    return $total;
150
}
150
}
151
151
152
- 

Return to bug 9654