X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Far.pl;h=523cdee41d37ed842508d25cd16a397fec131a8a;hb=948670d8301d5c6285f454baf11dd344c8762c5b;hp=04ddffe414f0340cfabcd8165cc24926141cafc6;hpb=f1c1921d65bf08dc5e31bad92cb078e9e10d98fe;p=kivitendo-erp.git diff --git a/bin/mozilla/ar.pl b/bin/mozilla/ar.pl index 04ddffe41..523cdee41 100644 --- a/bin/mozilla/ar.pl +++ b/bin/mozilla/ar.pl @@ -359,8 +359,6 @@ sub form_header { } } - $taxincluded = ""; - $taxincluded = qq| {taxincluded}> @@ -848,6 +846,15 @@ sub form_footer {
|; + if (!$form->{id} && $form->{draft_id}) { + print(NTI($cgi->checkbox('-name' => 'remove_draft', '-id' => 'remove_draft', + '-value' => 1, '-checked' => $form->{remove_draft}, + '-label' => '')) . + qq| 
|); + } + $transdate = $form->datetonum($form->{transdate}, \%myconfig); $closedto = $form->datetonum($form->{closedto}, \%myconfig);