X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Ftime_recording%2Fform.html;h=8af1da4cffc5fe6cb59f9020623dc22c307bd265;hb=3fa7a7a8e245681454e2bf11be50b4c305900511;hp=07939daaaf6ac4229dc9dd47b0de5c9ffb88b27f;hpb=f0da3ee98a35812f3982c5824aa7c170ae8cbd61;p=kivitendo-erp.git diff --git a/templates/webpages/time_recording/form.html b/templates/webpages/time_recording/form.html index 07939daaa..8af1da4cf 100644 --- a/templates/webpages/time_recording/form.html +++ b/templates/webpages/time_recording/form.html @@ -50,7 +50,7 @@ [% 'Sales Order' | $T8 %] - [% P.select_tag('time_recording.order_id', SELF.all_orders, default=SELF.time_recording.order_id, title_key='digest', with_empty=1, style='width: 300px', onchange='kivi.TimeRecording.order_changed(this.value)') %] + [% P.select_tag('time_recording.order_id', SELF.all_orders, default=SELF.time_recording.order_id, with_empty=1, style='width: 300px', onchange='kivi.TimeRecording.order_changed(this.value)') %] [% 'Customer' | $T8 %] @@ -93,3 +93,11 @@ [%- END %] + +