]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Rechnungsmasken auf dispatcher Mechanismus umgestellt
[mfinanz.git] / bin / mozilla / ic.pl
index 519ab79d845469da9ae8d1a97f7734407122a575..6cb9e9cd8d0b0108da9d8e701e6e2df2cc4a2967 100644 (file)
@@ -1846,7 +1846,7 @@ sub update {
         if ($rows > 1) {
           $form->{makemodel_rows}--;
           select_item(mode => 'IC', pre_entered_qty => $form->parse_amount(\%myconfig, $form->{"qty_$i"}));
-          ::end_of_request();
+          $::dispatcher->end_request;
         } else {
           map { $form->{item_list}[$i]{$_} =~ s/\"/"/g }
             qw(partnumber description unit partsgroup);