X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ce2e13e64bf9de995020cf18fd7ef36f199f018d..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 a881a9ca0..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 %] @@ -310,14 +327,14 @@ | - [% UNLESS closed %][% END %] + [% UNLESS delivered %][% END %] | |
| - [%- IF closed %] + [%- IF delivered %] [%- FOREACH row = ALL_PROJECTS %] [% IF globalproject_id == row.id %][% HTML.escape(row.projectnumber) %][% END %] | ||