]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/ic.pl
Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
[mfinanz.git] / bin / mozilla / ic.pl
index b02e19d3e3e8e405c07a4fa48fa417119367801a..48280d71f84c682ac0ddae1194a6f89ddc4eea7c 100644 (file)
@@ -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';