Revision b062ede8
Von Sven Schöling vor fast 13 Jahren hinzugefügt
SL/IC.pm | ||
---|---|---|
1077 | 1077 |
|
1078 | 1078 |
map { $_->{onhand} *= 1 } @{ $form->{parts} }; |
1079 | 1079 |
|
1080 |
# fix qty sign in ap. those are saved negative |
|
1081 |
if ($bsooqr && $form->{bought}) { |
|
1082 |
for my $row (@{ $form->{parts} }) { |
|
1083 |
$row->{qty} *= -1 if $row->{module} eq 'ir'; |
|
1084 |
} |
|
1085 |
} |
|
1086 |
|
|
1080 | 1087 |
# post processing for assembly parts lists (bom) |
1081 | 1088 |
# for each part get the assembly parts and add them into the partlist. |
1082 | 1089 |
my @assemblies; |
Auch abrufbar als: Unified diff
Warensuche: Menge in Einkaufsrechnungen positiv anzeigen
Teilfix zu Bug 1549.