@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | // Unserialize the inventory source item data from from the column that looks like |
56 | 56 | // source_code=default,quantity=10.0,status=1|source_code=default,quantity=11.0,status=0 |
57 | - $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, array(), function ($value) { |
|
57 | + $msiInventorySources = $this->getValue(ColumnKeys::INVENTORY_SOURCE_ITEMS, array(), function($value) { |
|
58 | 58 | return $this->explode($value, '|'); |
59 | 59 | }); |
60 | 60 |