From ca3ed37dfdd3aa395e136f93a99b1735dbee9789 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 8 Oct 2010 13:36:12 +0200 Subject: [PATCH] Das Ankreuzfeld 'alle' hat keine Funktion wenn man einen Auswahlliste (multibox) an Lieferanten hat Es wird trotzdem nach der Auswahlliste gefiltert und die Option 'alle' wird ignoriert auch wenn man auf Erneuern klickt. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2.) Das Eingabefeld 'Betrag' im oberen Teil der Maske hat in Lx-Office meiner Meinung nach keinen Sinn mehr, da nur noch über die Auswahl der offenen Kreditorenposten ein Zahlungsausgang veranlasst wird. Entsprechend als Info-Textfeld angelegt. Teilfix für Bug 1484 --- bin/mozilla/cp.pl | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/bin/mozilla/cp.pl b/bin/mozilla/cp.pl index 1c37e41ee..84f72d126 100644 --- a/bin/mozilla/cp.pl +++ b/bin/mozilla/cp.pl @@ -235,12 +235,6 @@ sub form_header { - - - - @@ -303,8 +297,7 @@ sub form_header { - +
- - | . $locale->text('All') . qq|
$vclabel $vc
| . $locale->text('Amount') . qq|| . $form->format_amount(\%myconfig, $form->{amount}, 2) . qq|
-- 2.20.1