@@ -238,7 +238,7 @@ |
||
238 | 238 | foreach ($orders as $item) { |
239 | 239 | $exploded = explode(' ', trim($item)); |
240 | 240 | if (count($exploded) == 2) { |
241 | - $order = $this->getField($exploded[0]) . ' ' . $exploded[1]; |
|
241 | + $order = $this->getField($exploded[0]).' '.$exploded[1]; |
|
242 | 242 | } else { |
243 | 243 | $order = $this->getField($attribute); |
244 | 244 | } |