|
Lines 178-184
$template->param(
Link Here
|
| 178 |
total_gste_shipment => sprintf( $format, $total_gste + $details->{shipmentcost}), |
178 |
total_gste_shipment => sprintf( $format, $total_gste + $details->{shipmentcost}), |
| 179 |
total_gsti_shipment => sprintf( $format, $total_gsti + $details->{shipmentcost}), |
179 |
total_gsti_shipment => sprintf( $format, $total_gsti + $details->{shipmentcost}), |
| 180 |
invoiceincgst => $bookseller->{invoiceincgst}, |
180 |
invoiceincgst => $bookseller->{invoiceincgst}, |
| 181 |
currency => Koha::Acquisition::Currency->get_active->currency, |
181 |
currency => Koha::Acquisition::Currencies->get_active, |
| 182 |
budgets_loop => \@budgets_loop, |
182 |
budgets_loop => \@budgets_loop, |
| 183 |
); |
183 |
); |
| 184 |
|
184 |
|
| 185 |
- |
|
|