]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/oe.pl
Funktion Drucken ohne erstmaliges Speichern hat nur gespeichert und nicht danach...
[mfinanz.git] / bin / mozilla / oe.pl
index 6281afe4d625a381abe160e379ee1dfb3fa1daf7..df883fc21d85587a9b570b93fe4f9792f4d43880 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) {