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}); |
Auch abrufbar als: Unified diff
Spellchecks