Revision 61ac8abb
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
- ID 61ac8abb012e36b43fedfed0f2dc4994ef0b640e
- Vorgänger 2001b2c6
SL/DB/Manager/Part.pm | ||
---|---|---|
156 | 156 |
$query, $part_id, $part_id, $part_id |
157 | 157 |
); |
158 | 158 |
|
159 |
return $open_qty if $open_qty > 0;
|
|
160 |
return 0;
|
|
159 |
$open_qty ||= 0;
|
|
160 |
return $open_qty
|
|
161 | 161 |
} |
162 | 162 |
|
163 | 163 |
sub _sort_spec { |
Auch abrufbar als: Unified diff
WIP DispositionManager