Revision e8dce44b
Von Sven Schöling vor mehr als 7 Jahren hinzugefügt
SL/Helper/ShippedQty.pm | ||
---|---|---|
485 | 485 |
C<delivered> is guaranteed only to be the correct boolean value, but not |
486 | 486 |
any specific value. |
487 | 487 |
|
488 |
Note: C<write_to> will avoid loading unnecessary objects. This means if it is |
|
489 |
called with an Order object that has not loaded its orderitems yet, only |
|
490 |
C<delivered> will be set in the Order object. A subsequent C<< |
|
491 |
$order->orderitems->[0]->{delivered} >> will return C<undef>, and C<< |
|
492 |
$order->orderitems->[0]->shipped_qty >> will invoke another implicit |
|
493 |
calculation. |
|
494 |
|
|
488 | 495 |
=item C<shipped_qty> |
489 | 496 |
|
490 | 497 |
Valid after L</calculate>. Returns a hasref with shipped qtys by orderitems id. |
Auch abrufbar als: Unified diff
ShippedQty: Explizite Doku zu Fehlbedienung bei nicht geladenen Relationships