Skip to content

Commit

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

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

0 comments on commit 7580791

Please sign in to comment.