]> wagnertech.de Git - kivitendo-erp.git/blobdiff - templates/webpages/is/form_header.html
Merge branch 'GewichtinVerkaufsbericht'
[kivitendo-erp.git] / templates / webpages / is / form_header.html
index 6b25e8a8d33535546d84d012a43e8175ce1ac51d..80dd758e147e0fd758483fdd9503f9bd3569cd2e 100644 (file)
@@ -63,7 +63,7 @@
         <tr>
           <th align="right">[% 'Shipping Address' | $T8 %]</th>
           <td>
-            [% 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();") %]
           </td>
         </tr>
 [%- END %]