Revision 35ab784c
Von Werner Hahn vor etwa 2 Monaten hinzugefügt
templates/design40_webpages/customer_vendor/tabs/billing.html | ||
---|---|---|
149 | 149 |
<td>[% L.select_tag('cv.business_id', SELF.all_business, default = SELF.cv.business_id, value_key = 'id', title_key = 'description', with_empty=1, class='wi-lightwide') %]</td> |
150 | 150 |
</tr> |
151 | 151 |
[% END %] |
152 |
[% IF ( SELF.is_customer() && !INSTANCE_CONF.get_vertreter ) %] |
|
153 |
<th>[% 'Salesman' | $T8 %]</th> |
|
154 |
<td> |
|
155 |
[% L.select_tag('cv.salesman_id', SELF.all_salesmen, default = SELF.cv.salesman_id, value_key = 'id', title_key = 'safe_name', with_empty = 1) %] |
|
156 |
</td> |
|
157 |
[%- END %] |
|
152 | 158 |
<tr> |
153 | 159 |
<th>[% 'Language' | $T8 %]</th> |
154 | 160 |
<td>[% L.select_tag('cv.language_id', SELF.all_languages, default = SELF.cv.language_id, value_key = 'id', title_key='description', with_empty=1, class='wi-lightwide') %]</td> |
Auch abrufbar als: Unified diff
Design40: Feld salesman/Verkäufer bei den Kundenstammdaten wieder eingefügt
behebt: #708