@@ -216,7 +216,7 @@ |
||
| 216 | 216 | |
| 217 | 217 | public static function itemName($item) |
| 218 | 218 | { |
| 219 | - return $item->pk() . '. ' . $item->name(); |
|
| 219 | + return $item->pk().'. '.$item->name(); |
|
| 220 | 220 | } |
| 221 | 221 | |
| 222 | 222 | public static $forms = [ |