From 1fb6279ddd27fb7737ed2ddde1478bf0c809f22c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 26 Nov 2007 14:59:11 -0600 Subject: [PATCH] A couple of changes towards fixing Bug 1165 (GST in PROG templates) Signed-off-by: Joshua Ferraro --- acqui/parcels.pl | 1 + koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/acqui/parcels.pl b/acqui/parcels.pl index 14e4013e67..bdf82f6226 100755 --- a/acqui/parcels.pl +++ b/acqui/parcels.pl @@ -162,6 +162,7 @@ $template->param(orderby=>$order, filter=>$code, datefrom=>$datefrom,dateto=>$da $template->param( name => $booksellers[0]->{'name'}, supplierid => $supplierid, + GST => C4::Context->preference("gist"), ); output_html_with_http_headers $input, $cookie, $template->output; diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl index 01d4cd383d..80e02038b7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tmpl @@ -112,7 +112,7 @@ - +
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl index 7de2441031..44aa598bd2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tmpl @@ -184,12 +184,12 @@ function confirm_deletion() {

    List Prices are:

    Invoice Prices are:

    -

    GST Registered: +

    GST Registered: YesNo

    List Item Price Includes GST: YesNo

    Invoice Item Price Includes GST: - YesNo

    + YesNo

    Discount: %

    Notes: -- 2.39.5