X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fic.pl;h=48280d71f84c682ac0ddae1194a6f89ddc4eea7c;hb=772ec8725a6da1fd25a9e256d16e44b4c5231904;hp=b02e19d3e3e8e405c07a4fa48fa417119367801a;hpb=2094e2fbfaf82e540534cf42d57f827fcfda8314;p=kivitendo-erp.git diff --git a/bin/mozilla/ic.pl b/bin/mozilla/ic.pl index b02e19d3e..48280d71f 100644 --- a/bin/mozilla/ic.pl +++ b/bin/mozilla/ic.pl @@ -2053,6 +2053,9 @@ sub ajax_autocomplete { sub back_to_record { _check_io_auth(); + + delete @{$::form}{qw(action action_add action_back_to_record back_sub description item notes partnumber sellprice taxaccount2 unit vc)}; + $::auth->restore_form_from_session($::form->{previousform}, clobber => 1); $::form->{rowcount}--; $::form->{action} = 'display_form';