Revision 03cd941d
Von Jan Büren vor etwa 9 Jahren hinzugefügt
templates/webpages/client_config/_features.html | ||
---|---|---|
151 | 151 |
</tr> |
152 | 152 |
|
153 | 153 |
<tr><td class="listheading" colspan="4">[% LxERP.t8("Projects") %]</td></tr> |
154 |
|
|
155 | 154 |
<tr> |
156 | 155 |
<td align="right">[% LxERP.t8('Always save orders with a projectnumber (create new projects)') %]</td> |
157 | 156 |
<td>[% L.yes_no_tag('defaults.order_always_project', SELF.defaults.order_always_project) %]</td> |
158 | 157 |
</tr> |
159 | 158 |
<tr> |
160 | 159 |
<td align="right">[% LxERP.t8('Project type') %]</td> |
161 |
<td>[% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=1, style="width: 200px") %]</td>
|
|
160 |
<td>[% L.select_tag('defaults.project_type_id', SELF.all_project_types, default=SELF.defaults.project_type_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
|
|
162 | 161 |
</tr> |
163 | 162 |
<td align="right">[% LxERP.t8('Project Status') %]</td> |
164 |
<td>[% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=1, style="width: 200px") %]</td>
|
|
163 |
<td>[% L.select_tag('defaults.project_status_id', SELF.all_project_statuses, default=SELF.defaults.project_status_id, title_key='description', with_empty=0, style="width: 200px") %]</td>
|
|
165 | 164 |
</tr> |
166 | 165 |
|
167 | 166 |
</table> |
Auch abrufbar als: Unified diff
Ungültige Projektzwang-Einstellungen verhindern
Projekttyp und -status darf nicht leer sein in Mandanteneinstellung