X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Foe%2Fform_header.html;h=ed67b02e3ed29d6098df52854e63ca326b193e8e;hb=6257a194152e7aba0aa69d24c3bfdc61f5e348bf;hp=68c2286ebb465176ce15c569336f0b5276861a3c;hpb=6bf344a110af7cc9f8c880ee766cf0de0bf756d1;p=kivitendo-erp.git diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 68c2286eb..ed67b02e3 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -66,7 +66,7 @@ [% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] + [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] [%- END %]