Skip to content

Commit e7eafe2

Browse files
author
markus-moser
committed
activities webservice bugfix - add missing customerId
1 parent 2b7d6a1 commit e7eafe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ActivityStore/MariaDb.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public function getActivitiesDataForWebservice($pageSize, $page = 1, ExportActiv
226226
self::ACTIVITIES_TABLE,
227227
[
228228
'id',
229+
'customerId',
229230
'activityDate',
230231
'type',
231232
'implementationClass',

0 commit comments

Comments
 (0)