From 1327f71d8739abd48527282079c9c730674e9c30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Wed, 6 Jan 2016 17:50:36 +0100 Subject: [PATCH] =?utf8?q?Typo=20oder=20copy/paste-Fehler:=20print=5Foptio?= =?utf8?q?ns/sendmode,=20aber=20ohne=20Auswirkungen,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit da attachment die erste Option im Select ist darum ohnenhin diese ausgewählt wurde. --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 26fb98e3e..742a7ffd1 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1118,7 +1118,7 @@ sub print_options { $form->{PD}{ $form->{formname} } = "selected"; $form->{DF}{ $form->{format} } = "selected"; $form->{OP}{ $form->{media} } = "selected"; - $form->{SM}{ $form->{formname} } = "selected"; + $form->{SM}{ $form->{sendmode} } = "selected"; push @FORMNAME, grep $_, ($form->{type} eq 'purchase_order') ? ( -- 2.20.1