Revision 105d8631
Von Tamino Steinert vor fast 3 Jahren hinzugefügt
| SL/Form.pm | ||
|---|---|---|
|
purchase_delivery_order => $main::locale->text('Delivery Order'),
|
||
|
supplier_delivery_order => $main::locale->text('Supplier Delivery Order'),
|
||
|
rma_delivery_order => $main::locale->text('RMA Delivery Order'),
|
||
|
sales_reclamation => $main::locale->text('Reclamation'),
|
||
|
purchase_recalmation => $main::locale->text('Reclamation'),
|
||
|
dunning => $main::locale->text('Dunning'),
|
||
|
dunning1 => $main::locale->text('Payment Reminder'),
|
||
|
dunning2 => $main::locale->text('Dunning'),
|
||
| SL/Helper/PrintOptions.pm | ||
|---|---|---|
|
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Delivery Order')),
|
||
|
opthash('pick_list', $form->{PD}{pick_list}, $locale->text('Pick List')),
|
||
|
) : undef,
|
||
|
($form->{type} =~ /_reclamation$/) ? (
|
||
|
opthash($form->{type}, $form->{PD}{$form->{type}}, $locale->text('Reclamation')),
|
||
|
) : undef,
|
||
|
($form->{type} =~ /^letter$/) ? (
|
||
|
opthash('letter', $form->{PD}{letter}, $locale->text('Letter')),
|
||
|
) : undef;
|
||
Auch abrufbar als: Unified diff
Add entries for reclamation in SL/Helper/PrintOptions.pm and SL/Form.pm