Revision 71180454
Von Sven Schöling vor mehr als 12 Jahren hinzugefügt
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
Spellchecks