From d638ae94aeead029ef9066d52fb7005979c58ddc Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 7 Nov 2012 16:32:47 +0100 Subject: [PATCH] =?utf8?q?Warnung=20anzeigen,=20wenn=20Beleg=20noch=20kein?= =?utf8?q?e=20Positionen=20enth=C3=A4lt=20und=20Aktion=20(speichern/drucke?= =?utf8?q?n)=20nicht=20ausgef=C3=BChrt=20wurde?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/io.pl | 2 ++ locale/de/all | 1 + 2 files changed, 3 insertions(+) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 698758ebe..37df55461 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -49,6 +49,7 @@ use SL::IO; use SL::DB::Language; use SL::DB::Printer; +use SL::Helper::Flash; require "bin/mozilla/common.pl"; @@ -802,6 +803,7 @@ sub validate_items { # check if items are valid if ($form->{rowcount} == 1) { + flash('warning', $::locale->text('The action you\'ve chosen has not been executed because the document does not contain any item yet.')); &update; ::end_of_request(); } diff --git a/locale/de/all b/locale/de/all index 47b805c11..e567fdbd6 100644 --- a/locale/de/all +++ b/locale/de/all @@ -1874,6 +1874,7 @@ $self->{texts} = { 'The access rights have been saved.' => 'Die Zugriffsrechte wurden gespeichert.', 'The account 3804 already exists, the update will be skipped.' => 'Das Konto 3804 existiert schon, das Update wird übersprungen.', 'The account 3804 will not be added automatically.' => 'Das Konto 3804 wird nicht automatisch hinzugefügt.', + 'The action you\'ve chosen has not been executed because the document does not contain any item yet.' => 'Die von Ihnen ausgewählte Aktion wurde nicht ausgeführt, weil der Beleg noch keine Positionen enthält.', 'The application "#1" was not found on the system.' => 'Die Anwendung "#1" wurde auf dem System nicht gefunden.', 'The assembly has been created.' => 'Das Erzeugnis wurde hergestellt.', 'The assistant could not find anything wrong with #1. Maybe the problem has been solved in the meantime.' => 'Der Korrekturassistent konnte kein Problem bei #1 feststellen. Eventuell wurde das Problem in der Zwischenzeit bereits behoben.', -- 2.20.1