Revision b5b3414b
Von Werner Hahn vor mehr als 1 Jahr hinzugefügt
SL/Controller/DispositionManager.pm | ||
---|---|---|
104 | 104 |
position => $i, |
105 | 105 |
orderer_id => $basket_item->orderer->id, |
106 | 106 |
price_factor_id => $basket_item->part->price_factor_id, |
107 |
price_factor => $basket_item->part->price_factor->factor,
|
|
107 |
price_factor => $basket_item->part->price_factor_id ? $basket_item->part->price_factor->factor : '',
|
|
108 | 108 |
position => $i, |
109 | 109 |
); |
110 | 110 |
|
Auch abrufbar als: Unified diff
HMO Dispositionsmanager Preisfaktor verbessert war null wert und
Fehler