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:
2094e2f
)
Warensuche: Lagermenge als extra Flag
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Jan 2012 14:46:38 +0000
(15:46 +0100)
committer
Wulf
<wulf@coulmann.de>
Tue, 10 Jan 2012 16:09:14 +0000
(17:09 +0100)
templates/webpages/ic/search.html
patch
|
blob
|
history
diff --git
a/templates/webpages/ic/search.html
b/templates/webpages/ic/search.html
index
6235d00
..
18ef3d2
100644
(file)
--- a/
templates/webpages/ic/search.html
+++ b/
templates/webpages/ic/search.html
@@
-266,6
+266,13
@@
</td>
</tr>
+ <tr>
+ <td>
+ <input name="l_onhand" id="l_onhand" class="checkbox" type="checkbox" value="Y">
+ <label for="l_onhand">[% 'Stocked Qty' | $T8 %]</label>
+ </td>
+ </tr>
+
[% CUSTOM_VARIABLES_INCLUSION_CODE %]
</table>
</td>