Revision 56f1a79e
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/Helper/PrintOptions.pm | ||
---|---|---|
64 | 64 |
($form->{type} eq 'invoice') ? ( |
65 | 65 |
opthash("invoice", $form->{PD}{invoice}, $locale->text('Invoice')), |
66 | 66 |
opthash("proforma", $form->{PD}{proforma}, $locale->text('Proforma Invoice')), |
67 |
opthash("invoice_copy", $form->{PD}{invoice_copy}, $locale->text('Invoice Copy')), |
|
67 | 68 |
) : undef, |
68 | 69 |
($form->{type} eq 'invoice' && $form->{storno}) ? ( |
69 | 70 |
opthash("storno_invoice", $form->{PD}{storno_invoice}, $locale->text('Storno Invoice')), |
Auch abrufbar als: Unified diff
Neue Druckvorlagen-Variante Rechnungskopie inkl. Wasserzeichen (marei)