projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca099d9
)
Debug Statement entfernt
author
Jan Büren
<jan@kivitendo-premium.de>
Fri, 31 May 2013 08:55:18 +0000
(10:55 +0200)
committer
Jan Büren
<jan@kivitendo-premium.de>
Fri, 31 May 2013 08:55:18 +0000
(10:55 +0200)
templates/webpages/ic/form_header.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ic/form_header.html
b/templates/webpages/ic/form_header.html
index
a892bd5
..
d3344a5
100644
(file)
--- a/
templates/webpages/ic/form_header.html
+++ b/
templates/webpages/ic/form_header.html
@@
-231,7
+231,7
@@
<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 %]