From 848add3008154ef72b63656406b1cbba8f5bd5d7 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 26 Jan 2017 11:41:24 +0100 Subject: [PATCH] =?utf8?q?Locales:=20existierendes=20=C2=BBPurchase=20pric?= =?utf8?q?e=C2=AB=20anstelle=20von=20=C2=BBPurchase=20Price=C2=AB=20verwen?= =?utf8?q?den?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Kam in »Paginierung schneller machen für Lager(Paginierung repariert)« rein. --- bin/mozilla/wh.pl | 2 +- templates/webpages/wh/report_filter.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mozilla/wh.pl b/bin/mozilla/wh.pl index 50bed75ce..ceb367ae1 100644 --- a/bin/mozilla/wh.pl +++ b/bin/mozilla/wh.pl @@ -866,7 +866,7 @@ sub generate_report { 'qty' => { 'text' => $locale->text('Qty'), }, 'partunit' => { 'text' => $locale->text('Unit'), }, 'stock_value' => { 'text' => $locale->text('Stock value'), }, - 'purchase_price' => { 'text' => $locale->text('Purchase Price'), }, + 'purchase_price' => { 'text' => $locale->text('Purchase price'), }, ); my $href = build_std_url('action=generate_report', grep { $form->{$_} } @hidden_variables); diff --git a/templates/webpages/wh/report_filter.html b/templates/webpages/wh/report_filter.html index 6c512e357..810743efa 100644 --- a/templates/webpages/wh/report_filter.html +++ b/templates/webpages/wh/report_filter.html @@ -185,8 +185,8 @@ - - + + -- 2.20.1