Skip to content

Commit

Permalink
Merge pull request #13904 from pemaier/pemaier-patch-8-10
Browse files Browse the repository at this point in the history
Update affiliate.php - autocomplete limit config centralized, similar…
  • Loading branch information
danielkerr committed May 10, 2024
2 parents 7580791 + f5d9966 commit 7469e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/marketing/affiliate.php
Original file line number Diff line number Diff line change
Expand Up @@ -1059,7 +1059,7 @@ public function autocomplete(): void {
'filter_name' => $filter_name,
'filter_email' => $filter_email,
'start' => 0,
'limit' => 5
'limit' => $this->config->get('config_autocomplete_limit')
];

$this->load->model('marketing/affiliate');
Expand Down

0 comments on commit 7469e54

Please sign in to comment.