Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 848add30

Von Moritz Bunkus vor fast 8 Jahren hinzugefügt

  • ID 848add3008154ef72b63656406b1cbba8f5bd5d7
  • Vorgänger 27775aa9
  • Nachfolger 2d902bf3

Locales: existierendes »Purchase price« anstelle von »Purchase Price« verwenden

Kam in »Paginierung schneller machen für Lager(Paginierung repariert)« rein.

Unterschiede anzeigen:

bin/mozilla/wh.pl
866 866
    'qty'                  => { 'text' => $locale->text('Qty'), },
867 867
    'partunit'             => { 'text' => $locale->text('Unit'), },
868 868
    'stock_value'          => { 'text' => $locale->text('Stock value'), },
869
    'purchase_price'       => { 'text' => $locale->text('Purchase Price'), },
869
    'purchase_price'       => { 'text' => $locale->text('Purchase price'), },
870 870
  );
871 871

  
872 872
  my $href = build_std_url('action=generate_report', grep { $form->{$_} } @hidden_variables);
templates/webpages/wh/report_filter.html
185 185
       <tr>
186 186
        <td align="right"><input name="l_stock_value" id="l_stock_value" class="checkbox" type="checkbox" value="Y"></td>
187 187
        <td nowrap><label for="l_stock_value">[% 'Stock value' | $T8 %]</label></td>
188
        <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td> 
189
        <td nowrap><label for="l_purchase_price">[% 'Purchase Price' | $T8 %]</label></td>
188
        <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td>
189
        <td nowrap><label for="l_purchase_price">[% 'Purchase price' | $T8 %]</label></td>
190 190
       </tr>
191 191

  
192 192
      </table>

Auch abrufbar als: Unified diff