Revision d0407b17
Von Jan Büren vor mehr als 3 Jahren hinzugefügt
SL/Helper/Inventory.pm | ||
---|---|---|
222 | 222 |
my %parts_to_allocate; |
223 | 223 |
|
224 | 224 |
for my $assembly ($part->assemblies) { |
225 |
next if $assembly->part->type eq 'service' && 1; |
|
225 | 226 |
$parts_to_allocate{ $assembly->part->id } //= 0; |
226 | 227 |
$parts_to_allocate{ $assembly->part->id } += $assembly->qty * $qty; |
227 | 228 |
} |
Auch abrufbar als: Unified diff
hotfix: Erzeugnis fertigen braucht in der alten Version keine Dienstleistung