Debug Statement entfernt
authorJan Büren <jan@kivitendo-premium.de>
Fri, 31 May 2013 08:55:18 +0000 (10:55 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Fri, 31 May 2013 08:55:18 +0000 (10:55 +0200)
templates/webpages/ic/form_header.html

index a892bd5..d3344a5 100644 (file)
            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>
           </tr>
           <tr>
-           <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %] [% HTML.escape(bin_id) %]</th>
+           <th align="right" nowrap="true">[% 'Default Warehouse' | $T8 %]</th>
            <td>
             <select name="warehouse_id" onchange="warehouse_selected(warehouses[this.selectedIndex]['id'], 0)">
              [%- FOREACH warehouse = WAREHOUSES %]