X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Frp.pl;h=966df6e025f5132cf60b4d44561dd9d5a5892475;hb=db68b6fd72b9f0d7d8be953746c0e7d6154f5eaf;hp=5cdeaa5100f3596c1264a0b2a72c3b6d631f562f;hpb=185d7c5bea8e3b9098d81bf98a3da5c23db8fd84;p=kivitendo-erp.git diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index 5cdeaa510..966df6e02 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -2126,7 +2126,13 @@ sub print_form { } } } - + # saving the history + if(!exists $form->{addition} && $form->{id} ne "") { + $form->{addition} = "PRINTED"; + $form->{what_done} = $form->{type}; + $form->save_history($form->dbconnect(\%myconfig)); + } + # /saving the history $lxdebug->leave_sub(); }