Revision 2bc081d8
Von Sven Schöling vor fast 14 Jahren hinzugefügt
templates/webpages/ic/search.html | ||
---|---|---|
38 | 38 |
<tr> |
39 | 39 |
<th align="right" nowrap>[% 'Group' | $T8 %]</th> |
40 | 40 |
<td><input name="partsgroup" size="20"></td> |
41 |
[%- UNLESS is_service %] |
|
42 | 41 |
<th align="right" nowrap>[% 'Serial Number' | $T8 %]</th> <td><input name="serialnumber" size="20"></td> |
43 |
[%- END %] |
|
44 | 42 |
</tr> |
45 | 43 |
|
46 | 44 |
[%- UNLESS is_service %] |
... | ... | |
74 | 72 |
<td colspan="3"> |
75 | 73 |
<input name="itemstatus" id="itemstatus_active" class="radio" type="radio" value="active" checked> |
76 | 74 |
<label for="itemstatus_active">[% 'Active' | $T8 %]</label> |
77 |
[%- UNLESS is_service %] |
|
78 | 75 |
<input name="itemstatus" id="itemstatus_onhand" class="radio" type="radio" value="onhand"> |
79 | 76 |
<label for="itemstatus_onhand">[% 'On Hand' | $T8 %]</label> |
80 | 77 |
<input name="itemstatus" id="itemstatus_short" class="radio" type="radio" value="short"> |
81 | 78 |
<label for="itemstatus_short">[% 'Short' | $T8 %]</label> |
82 |
[%- END %] |
|
83 | 79 |
<input name="itemstatus" id="itemstatus_obsolete" class="radio" type="radio" value="obsolete"> |
84 | 80 |
<label for="itemstatus_obsolete">[% 'Obsolete' | $T8 %]</label> |
85 | 81 |
<input name="itemstatus" id="itemstatus_orphaned" class="radio" type="radio" value="orphaned"> |
... | ... | |
169 | 165 |
<input name="l_description" id="l_description" class="checkbox" type="checkbox" value="Y" checked> |
170 | 166 |
<label for="l_description">[% 'Part Description' | $T8 %]</label> |
171 | 167 |
</td> |
172 |
[%- UNLESS is_service %] |
|
173 | 168 |
<td> |
174 | 169 |
<input name="l_serialnumber" id="l_serialnumber" class="checkbox" type="checkbox" value="Y"> |
175 | 170 |
<label for="l_serialnumber">[% 'Serial Number' | $T8 %]</label> |
176 | 171 |
</td> |
177 |
[%- END %] |
|
178 | 172 |
<td> |
179 | 173 |
<input name="l_unit" id="l_unit" class="checkbox" type="checkbox" value="Y" checked> |
180 | 174 |
<label for="l_unit">[% 'Unit of measure' | $T8 %]</label> |
Auch abrufbar als: Unified diff
Lagerbewegungen auch für Dienstleistungen friegeben.
Fix für Bug 1383.
Da sich Lagerbewegungen sowieso nicht komplett aus den Dienstleistungen
raushalten ließen, und es überzeugende Argumente dafür gibt Dienstleistungen
auch einlagern zu können, entfernt dieser Patch die Beschränkung, dass nur Waren
eingelagert werden dürfen.