Revision cbfdf7f5
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
64 | 64 |
opthash('sales_quotation', $form->{PD}{sales_quotation}, $locale->text('Quotation')) : undef, |
65 | 65 |
($form->{type} =~ /request_quotation$/) ? |
66 | 66 |
opthash('request_quotation', $form->{PD}{request_quotation}, $locale->text('Request for Quotation')) : undef, |
67 |
($form->{type} eq 'purchase_quotation_intake') ? ( |
|
68 |
opthash("purchase_quotation_intake", $form->{PD}{purchase_quotation_intake}, $locale->text('Purchase Quotation Intake')), |
|
69 |
) : undef, |
|
67 | 70 |
($form->{type} eq 'invoice') ? ( |
68 | 71 |
opthash("invoice", $form->{PD}{invoice}, $locale->text('Invoice')), |
69 | 72 |
opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), |
Auch abrufbar als: Unified diff
Angebots-Eingang: Drucken