X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fio.pl;h=e10389171a949a1a00e0a38ffdf5c135e17d7b16;hb=094307a8ce3e7680a5b14ef17b5c1094a2555009;hp=c584f32c6117968d195982ce0590b40bfc2d9c47;hpb=efb9a24f2252104ab4af5c25334119d7c5c70a8c;p=kivitendo-erp.git diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index c584f32c6..e10389171 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1206,17 +1206,12 @@ sub print { } $form->{print_and_save} = 1; my $formname = $form->{formname}; - save(); + &save(); $form->{formname} = $formname; - edit(); + &edit(); $::lxdebug->leave_sub(); ::end_of_request(); } - elsif (($form->{type} =~ /_order$/) || ($form->{type} =~ /_quotation$/)) { - $form->{print_and_save} = 1; - save(); - } - &print_form($old_form);