Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 71180454

Von Sven Schöling vor mehr als 12 Jahren hinzugefügt

  • ID 71180454c6f80037a7a2fa58a662b6b5cd4a67b1
  • Vorgänger 69a44d3b
  • Nachfolger 631b4c04

Spellchecks

Unterschiede anzeigen:

SL/BP.pm
196 196
    }
197 197
  }
198 198

  
199
  if ($form->{type} =~ /(invoice|sales_order|sales_quotation|puchase_order|request_quotation|packing_list)$/) {
199
  if ($form->{type} =~ /(invoice|sales_order|sales_quotation|purchase_order|request_quotation|packing_list)$/) {
200 200
    if ($form->{transdatefrom}) {
201 201
      $query .= " AND a.transdate >= ?";
202 202
      push(@values, $form->{transdatefrom});
SL/DB/Order.pm
155 155
  my %number_method = (
156 156
    sales_order       => 'ordnumber',
157 157
    sales_quotation   => 'quonumber',
158
    puchase_order     => 'ordnumber',
158
    purchase_order    => 'ordnumber',
159 159
    request_quotation => 'quonumber',
160 160
  );
161 161

  
t/006spellcheck.t
41 41
varsion
42 42
fomr
43 43
puhs
44
invoce
45
CONTANTS
46
puchase
44 47
);
45 48

  
46 49
$testcount = scalar(@Support::Files::testitems);

Auch abrufbar als: Unified diff