Locales: existierendes »Purchase price« anstelle von »Purchase Price« verwenden
authorMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 26 Jan 2017 10:41:24 +0000 (11:41 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 26 Jan 2017 10:41:24 +0000 (11:41 +0100)
Kam in »Paginierung schneller machen für Lager(Paginierung repariert)« rein.

bin/mozilla/wh.pl
templates/webpages/wh/report_filter.html

index 50bed75..ceb367a 100644 (file)
@@ -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);
index 6c512e3..810743e 100644 (file)
        <tr>
         <td align="right"><input name="l_stock_value" id="l_stock_value" class="checkbox" type="checkbox" value="Y"></td>
         <td nowrap><label for="l_stock_value">[% 'Stock value' | $T8 %]</label></td>
-        <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td> 
-        <td nowrap><label for="l_purchase_price">[% 'Purchase Price' | $T8 %]</label></td>
+        <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td>
+        <td nowrap><label for="l_purchase_price">[% 'Purchase price' | $T8 %]</label></td>
        </tr>
 
       </table>