Revision c9f49c18
Von Moritz Bunkus vor fast 17 Jahren hinzugefügt
bin/mozilla/common.pl | ||
---|---|---|
129 | 129 |
|
130 | 130 |
%options = map { $_ => 1 } split m/:/, $form->{options}; |
131 | 131 |
|
132 |
map { $form->{$_} = 1 if ($options{$_}) } qw(no_services no_assemblies stockable);
|
|
132 |
map { $form->{$_} = 1 if ($options{$_}) } qw(no_services no_assemblies); |
|
133 | 133 |
|
134 | 134 |
$parts = Common->retrieve_parts(\%myconfig, $form, $order_by, $order_dir); |
135 | 135 |
|
bin/mozilla/wh.pl | ||
---|---|---|
285 | 285 |
|
286 | 286 |
$form->{no_services} = 1; |
287 | 287 |
$form->{no_assemblies} = 1; |
288 |
$form->{stockable} = 1; |
|
289 | 288 |
|
290 | 289 |
my $parts = Common->retrieve_parts(\%myconfig, $form, 'description', 1); |
291 | 290 |
|
templates/webpages/wh/warehouse_selection_stock_de.html | ||
---|---|---|
96 | 96 |
<th align="right" nowrap>Artikelbeschreibung</th> |
97 | 97 |
<td> |
98 | 98 |
<input name="description" size="30" value="[% HTML.escape(description) %]"> |
99 |
<input type="button" onclick="part_selection_window('partnumber', 'description', 'parts_id', 0, 'Form', 'no_services:no_assemblies:stockable')" value="?">
|
|
99 |
<input type="button" onclick="part_selection_window('partnumber', 'description', 'parts_id', 0, 'Form', 'no_services:no_assemblies')" value="?"> |
|
100 | 100 |
</td> |
101 | 101 |
</tr> |
102 | 102 |
|
templates/webpages/wh/warehouse_selection_stock_master.html | ||
---|---|---|
96 | 96 |
<th align="right" nowrap><translate>Part Description</translate></th> |
97 | 97 |
<td> |
98 | 98 |
<input name="description" size="30" value="[% HTML.escape(description) %]"> |
99 |
<input type="button" onclick="part_selection_window('partnumber', 'description', 'parts_id', 0, 'Form', 'no_services:no_assemblies:stockable')" value="?">
|
|
99 |
<input type="button" onclick="part_selection_window('partnumber', 'description', 'parts_id', 0, 'Form', 'no_services:no_assemblies')" value="?"> |
|
100 | 100 |
</td> |
101 | 101 |
</tr> |
102 | 102 |
|
Auch abrufbar als: Unified diff
Das Attribut "lagerfähig" gibt es in der offiziellen Version gar nicht.