Revision 3664e6cf
Von Moritz Bunkus vor etwa 13 Jahren hinzugefügt
SL/WH.pm | ||
---|---|---|
109 | 109 |
); |
110 | 110 |
|
111 | 111 |
if ($unit) { |
112 |
$qty *= $unit->factor; |
|
112 |
$qty *= $unit->factor || 1;
|
|
113 | 113 |
$qty /= $part->unit_obj->factor || 1 if $part->unit; |
114 | 114 |
} |
115 | 115 |
|
Auch abrufbar als: Unified diff
Unit-Factor kann 0 sein.