api for grouping centers, select centers as group in "pick centers" step

for exports
This commit is contained in:
2019-01-28 15:21:31 +01:00
parent cf354cbccd
commit 722274964c
8 changed files with 179 additions and 5 deletions

View File

@@ -563,7 +563,7 @@ class ExportManager
*/
public function getPickedCenters(array $data)
{
return $data[PickCenterType::CENTERS_IDENTIFIERS];
return $data;
}
/**