X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fdbd1e075a7e9f73912f160cd83221fe8e78e335..b2945bf61775161f9ce9be9bdbd106ad44247a14:/bin/mozilla/is.pl diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 3c5282cbe..7084d0a01 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -512,7 +512,7 @@ sub update { if ($rows > 1) { &select_item; - exit; + ::end_of_request(); } else { @@ -652,7 +652,7 @@ sub post { # if oldcustomer ne customer redo form if (&check_name('customer')) { &update; - exit; + ::end_of_request(); } if ($myconfig{mandatory_departments} && !$form->{department_id}) {