Revision 38aac441
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/BP.pm | ||
---|---|---|
47 | 47 |
my $dbh = $form->dbconnect($myconfig); |
48 | 48 |
|
49 | 49 |
my %arap = (invoice => 'ar', |
50 |
packing_list => 'ar', |
|
51 | 50 |
sales_order => 'oe', |
52 | 51 |
purchase_order => 'oe', |
53 | 52 |
sales_quotation => 'oe', |
... | ... | |
183 | 182 |
} |
184 | 183 |
} |
185 | 184 |
|
186 |
if ($form->{type} =~ /(invoice|sales_order|sales_quotation|packing_list|puchase_order|request_quotation)$/) {
|
|
185 |
if ($form->{type} =~ /(invoice|sales_order|sales_quotation|puchase_order|request_quotation)$/) { |
|
187 | 186 |
if ($form->{transdatefrom}) { |
188 | 187 |
$query .= " AND a.transdate >= ?"; |
189 | 188 |
push(@values, $form->{transdatefrom}); |
Auch abrufbar als: Unified diff
Vorlagentyp "packing_list" gibt es nicht mehr
Wurde ursprünglich als Lieferschein aus Rechnung heraus
ausgedruckt. Wird von der Funktionalität her von Einkaufs- und
Verkaufslieferscheinen ersetzt.