X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/62726dfdf4f763efa65c25fcfe8658d98649c8a8..af131a46:/templates/webpages/drafts/form.html diff --git a/templates/webpages/drafts/form.html b/templates/webpages/drafts/form.html index f3cedf8cc..031b0a17c 100644 --- a/templates/webpages/drafts/form.html +++ b/templates/webpages/drafts/form.html @@ -24,7 +24,6 @@ [% 'Date' | $T8 %] [% 'Description' | $T8 %] - [% 'Employee' | $T8 %] [% FOREACH row = drafts_list %] @@ -37,10 +36,8 @@ [% L.link(SELF.url_for(action='load',id=row.id), row.description) %] [%- END %] - [% row.employee_name | html %] [% L.html_tag('span', LxERP.t8('Delete'), class='cursor-pointer interact', onclick="kivi.Draft.delete('" _ row.id _ "')") %] [% END %] [%- END %] -