]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Helper/PrintOptions.pm
Gelangensbestätigung als Weiche in io.pl UND Helper PrintOptions.pm
[kivitendo-erp.git] / SL / Helper / PrintOptions.pm
index 2d842afc0d1c63bfb59ebb5a1bb9ad724dcdb171..da6cdf3133dbf8e818c8545217d06d160ab131db 100644 (file)
@@ -51,6 +51,7 @@ sub get_print_options {
     ($form->{type} eq 'sales_order') ? (
       opthash("sales_order",         $form->{PD}{sales_order},         $locale->text('Confirmation')),
       opthash("proforma",            $form->{PD}{proforma},            $locale->text('Proforma Invoice')),
+      opthash("ic_supply",           $form->{PD}{ic_supply},            $locale->text('Intra-Community supply')),
     ) : undef,
     ($form->{type} =~ /sales_quotation$/) ?
       opthash('sales_quotation',     $form->{PD}{sales_quotation},     $locale->text('Quotation')) : undef,