Revision c3d8955c
Von Bernd Bleßmann vor 10 Monaten hinzugefügt
js/kivi.Part.js | ||
---|---|---|
400 | 400 |
if (this.o.convertible_unit) |
401 | 401 |
data['filter.unit_obj.convertible_to'] = this.o.convertible_unit; |
402 | 402 |
|
403 |
if (this.o.order_locked) |
|
404 |
data['filter.order_locked'] = 1; |
|
405 |
if (this.o.not_order_locked) |
|
406 |
data['filter.order_locked'] = 0; |
|
407 |
|
|
403 | 408 |
var filter_name = 'all'; |
404 | 409 |
if (this.o.with_makemodel) { |
405 | 410 |
filter_name = 'all_with_makemodel'; |
Auch abrufbar als: Unified diff
Auslaufende Artikel: Flags für Part-Picker
not_order_locked = 1 => keine nicht bestellbaren Artikel
order_locked = 1 => nur nicht bestellbare Artikel