Revision c4104eb3
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/Helper/ShippedQty.pm | ||
---|---|---|
258 | 258 |
$self->objects($data); |
259 | 259 |
} else { |
260 | 260 |
die 'object or reference in data while expecting ids' if any { ref($_) } @$data; |
261 |
die 'ids need to be numbers' if any { ! ($_ * 1) } @$data; |
|
261 | 262 |
$self->oe_ids($data); |
262 | 263 |
} |
263 | 264 |
|
Auch abrufbar als: Unified diff
ShippedQty: Übergabe von Strings als ids abfangen