Revision 8c6c6a66
Von Tamino Steinert vor fast 2 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1109 | 1109 |
purchase_delivery_order => $main::locale->text('Delivery Order'), |
1110 | 1110 |
supplier_delivery_order => $main::locale->text('Supplier Delivery Order'), |
1111 | 1111 |
rma_delivery_order => $main::locale->text('RMA Delivery Order'), |
1112 |
sales_reclamation => $main::locale->text('Reclamation'), |
|
1113 |
purchase_recalmation => $main::locale->text('Reclamation'), |
|
1112 | 1114 |
dunning => $main::locale->text('Dunning'), |
1113 | 1115 |
dunning1 => $main::locale->text('Payment Reminder'), |
1114 | 1116 |
dunning2 => $main::locale->text('Dunning'), |
SL/Helper/PrintOptions.pm | ||
---|---|---|
82 | 82 |
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')), |
83 | 83 |
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')), |
84 | 84 |
) : undef, |
85 |
($form->{type} =~ /_reclamation$/) ? ( |
|
86 |
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Reclamation')), |
|
87 |
) : undef, |
|
85 | 88 |
($form->{type} =~ /^letter$/) ? ( |
86 | 89 |
opthash('letter', $form->{PD}{letter}, $locale->text('Letter')), |
87 | 90 |
) : undef; |
Auch abrufbar als: Unified diff
Add entries for reclamation in SL/Helper/PrintOptions.pm and SL/Form.pm