Revision 7204be47
Von Bernd Bleßmann vor 12 Monaten hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
50 | 50 |
opthash("purchase_order", $form->{PD}{purchase_order}, $locale->text('Purchase Order')), |
51 | 51 |
opthash("bin_list", $form->{PD}{bin_list}, $locale->text('Bin List')) |
52 | 52 |
) : undef, |
53 |
($form->{type} eq 'purchase_order_confirmation') ? ( |
|
54 |
opthash("purchase_order_confirmation", $form->{PD}{purchase_order}, $locale->text('Purchase Order Confirmation')), |
|
55 |
) : undef, |
|
53 | 56 |
($form->{type} eq 'credit_note') ? |
54 | 57 |
opthash("credit_note", $form->{PD}{credit_note}, $locale->text('Credit Note')) : undef, |
55 | 58 |
($form->{type} eq 'sales_order_intake') ? ( |
Auch abrufbar als: Unified diff
Lieferantenauftragsbestätigung: Drucken