X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d707f7ac60b9dbe7da50d733db1e73eae84952f7..e69e3657:/templates/webpages/do/form_header_master.html
diff --git a/templates/webpages/do/form_header_master.html b/templates/webpages/do/form_header_master.html
index 4829637d3..ce7f57a30 100644
--- a/templates/webpages/do/form_header_master.html
+++ b/templates/webpages/do/form_header_master.html
@@ -16,7 +16,7 @@
setupDateFormat('[% myconfig_dateformat %]', '
|
-
-
+ [%- IF delivered %]
+ [%- IF is_customer %]
+ |
||
| - [%- IF closed %] + [%- IF delivered %] [%- FOREACH row = ALL_EMPLOYEES %] [% IF row.id == employee_id %][%- IF row.name %][%- HTML.escape(row.name) %][%- ELSE %][% HTML.escape(row.login) %][%- END %][% END %] @@ -272,7 +289,7 @@ | ||
| - [%- IF closed %] + [%- IF delivered %] [%- FOREACH row = ALL_SALESMEN %] [% IF row.id == the_salesman_id %][%- IF row.name %][%- HTML.escape(row.name) %][%- ELSE %][% HTML.escape(row.login) %][%- END %][% END %] @@ -305,26 +322,19 @@ | ||
| - | ||
| - [% UNLESS closed %][% END %] + [% UNLESS delivered %][% END %] | ||
| - [%- IF closed %] + [%- IF delivered %] [%- FOREACH row = ALL_PROJECTS %] [% IF globalproject_id == row.id %][% HTML.escape(row.projectnumber) %][% END %] | ||