Funktion Drucken ohne erstmaliges Speichern hat nur gespeichert und nicht danach...
authorPhilip Reetz <p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:22:20 +0000 (18:22 +0000)
committerPhilip Reetz <p.reetz@linet-services.de>
Wed, 13 Jun 2007 18:22:20 +0000 (18:22 +0000)
gedruckt

bin/mozilla/oe.pl

index 6281afe..df883fc 100644 (file)
@@ -122,7 +122,7 @@ sub edit {
   set_headings("edit");
 
   # editing without stuff to edit? try adding it first
-  if ($form->{rowcount}) {
+  if ($form->{rowcount} && !$form->{print_and_save}) {
     map { $id++ if $form->{"multi_id_$_"} } (1 .. $form->{rowcount});
     if (!$id) {