Debug-Statement entfernen aus Commit 267826
[kivitendo-erp.git] / templates / webpages / oe / sales_order.html
index d23d884..1c30108 100644 (file)
@@ -3,7 +3,7 @@
 [%- PROCESS 'amcvar/render_inputs_block.html' %]
 <tr>
  <td>
-  <input type="button" id="cb_show_details" name="show_details_button" value='[% 'Show details blubb' | $T8 %]'>
+  <input type="button" id="cb_show_details" name="show_details_button" value='[% 'Show details' | $T8 %]'>
   <script type="text/javascript">
    $('#cb_show_details').click(function(){ $('[id^="row2"]').toggle();
                                            if ( $('[id^="row2"]').is(":visible") ) {