projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8540560
)
Projekt: überflüssigen Code entfernt
author
Moritz Bunkus
<m.bunkus@linet.de>
Mon, 23 Nov 2020 12:55:38 +0000
(13:55 +0100)
committer
Moritz Bunkus
<m.bunkus@linet.de>
Tue, 24 Nov 2020 09:52:08 +0000
(10:52 +0100)
templates/webpages/project/_basic_data.html
patch
|
blob
|
history
diff --git
a/templates/webpages/project/_basic_data.html
b/templates/webpages/project/_basic_data.html
index
8c9f709
..
b2f2528
100644
(file)
--- a/
templates/webpages/project/_basic_data.html
+++ b/
templates/webpages/project/_basic_data.html
@@
-28,9
+28,7
@@
<tr>
<th align="right">[% 'Customer' | $T8 %]</th>
-<td>[% P.customer_vendor.picker('project.customer_id', SELF.project.customer_id, type='customer', fat_set_item=1, style='width: 300px', default=SELF.project.customer_id)%] [%- IF SELF.project.customer_id %]
-[%- END %]
-</td>
+ <td>[% P.customer_vendor.picker('project.customer_id', SELF.project.customer_id, type='customer', fat_set_item=1, style='width: 300px', default=SELF.project.customer_id)%]</td>
</tr>
<tr>