Doppelten Eintrag von credit_note bei Druckvorlagen entfernt
authorGeoffrey Richardson <information@richardson-bueren.de>
Fri, 29 May 2009 15:27:06 +0000 (15:27 +0000)
committerGeoffrey Richardson <information@richardson-bueren.de>
Fri, 29 May 2009 15:27:06 +0000 (15:27 +0000)
bin/mozilla/io.pl

index f860484..3ba34ac 100644 (file)
@@ -1075,9 +1075,7 @@ sub print_options {
     ($form->{type} =~ /_delivery_order$/) ? (
       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} eq 'credit_note') ?
-      opthash("credit_note",         $form->{PD}{credit_note},         $locale->text('Credit Note')) : undef;
+    ) : undef;
 
   push @SENDMODE,
     opthash("attachment",            $form->{SM}{attachment},          $locale->text('Attachment')),