Revision 66ac2e99
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/Helper/ShippedQty.pm | ||
---|---|---|
104 | 104 |
|
105 | 105 |
die 'Need exactly one argument, either id, object or arrayref of ids or objects.' unless 2 == @_; |
106 | 106 |
|
107 |
return if !$data || ('ARRAY' eq ref $data && !@$data); |
|
107 |
return $self if !$data || ('ARRAY' eq ref $data && !@$data);
|
|
108 | 108 |
|
109 | 109 |
$self->normalize_input($data); |
110 | 110 |
|
111 |
return unless @{ $self->oe_ids }; |
|
111 |
return $self unless @{ $self->oe_ids };
|
|
112 | 112 |
|
113 | 113 |
$self->calculate_item_links; |
114 | 114 |
$self->calculate_fill_up if $self->fill_up; |
Auch abrufbar als: Unified diff
ShippedQty: Auch bei short circuit chainen