Revision 61e3b1aa
Von Bernd Bleßmann vor etwa 8 Jahren hinzugefügt
templates/webpages/ap/form_header.html | ||
---|---|---|
187 | 187 |
<tr> |
188 | 188 |
<th align="right" nowrap>[% 'Project Number' | $T8 %]</th> |
189 | 189 |
<td> |
190 |
[% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber') %] |
|
190 |
[% L.select_tag('globalproject_id', ALL_PROJECTS, with_empty = 1, default = globalproject_id, value_key = 'id', title_key = 'projectnumber', onChange = "document.getElementById('update_button').click();") %]
|
|
191 | 191 |
</td> |
192 | 192 |
</tr> |
193 | 193 |
</table> |
templates/webpages/ar/form_header.html | ||
---|---|---|
151 | 151 |
</tr> |
152 | 152 |
<tr> |
153 | 153 |
<th align=right nowrap>[% 'Project Number' | $T8 %]</th> |
154 |
<td>[% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1) %]</td> |
|
154 |
<td>[% L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = 1, onChange = "document.getElementById('update_button').click();") %]</td>
|
|
155 | 155 |
</tr> |
156 | 156 |
</table> |
157 | 157 |
</td> |
Auch abrufbar als: Unified diff
Kreditoren- und Debitorenbuchung: Erneuern per JS bei Wechsel des Beleg-Projekts
behebt #207 (redmine)