|
@@ -77,7 +77,7 @@ |
|
|
block discarded – undo |
|
77
|
77
|
|
|
78
|
78
|
// unserialize the inventory source item data from the column that looks like |
|
79
|
79
|
// source_code=default,quantity=10.0,status=1|source_code=default,quantity=11.0,status=0 |
|
80
|
|
- $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, $defaultValue, function ($value) { |
|
|
80
|
+ $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, $defaultValue, function($value) { |
|
81
|
81
|
return $this->explode($value, '|'); |
|
82
|
82
|
}); |
|
83
|
83
|
|
Please login to merge, or discard this patch.