From d94248b23a2c676025283732257e5e13e8b9849c Mon Sep 17 00:00:00 2001 From: Christophe Croullebois Date: Mon, 2 Aug 2010 10:33:25 +0200 Subject: [PATCH] [SIGNED-OFF] Bug 5948 : Creation of a quantity column in receipt summary Content-Type: text/plain; charset="utf-8" In receipt summary the quantity did'nt appear in already received table, this patch fixes the omission Signed-off-by: Katrin Fischer Patch tested on current master. Works like advertised. --- acqui/parcel.pl | 1 + .../prog/en/modules/acqui/parcel.tmpl | 17 ++++++++++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/acqui/parcel.pl b/acqui/parcel.pl index ad95944..ec5071b 100755 --- a/acqui/parcel.pl +++ b/acqui/parcel.pl @@ -320,3 +320,4 @@ $template->param( resultsperpage => $resultsperpage, ); output_html_with_http_headers $input, $cookie, $template->output; + diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl index d3409ca..4be4ee8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl @@ -252,6 +252,7 @@ Order Line Summary View Record + Quantity Est cost Actual cost TOTAL @@ -260,20 +261,22 @@ SUBTOTAL -   +   + -   +   Shipping - + + - +

HELP
The total at the bottom of the page should be within a few cents of the total for the invoice. @@ -281,9 +284,11 @@ Tax rate - + + TOTAL +   @@ -303,6 +308,7 @@
Publisher : " title="MARC" rel="gb_page_center[600,500]">MARC | " title="MARC" rel="gb_page_center[600,500]">Card + @@ -351,3 +357,4 @@ + -- 1.7.1