Skip to content

Commit

Permalink
activities webservice bugfix - add missing customerId
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Aug 29, 2017
1 parent 2b7d6a1 commit e7eafe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ActivityStore/MariaDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ public function getActivitiesDataForWebservice($pageSize, $page = 1, ExportActiv
self::ACTIVITIES_TABLE,
[
'id',
'customerId',
'activityDate',
'type',
'implementationClass',
Expand Down

0 comments on commit e7eafe2

Please sign in to comment.