Skip to content

Commit

Permalink
Merge pull request #13905 from pemaier/pemaier-patch-8-9
Browse files Browse the repository at this point in the history
Update customer.php - autocomplete limit config centralized, similar …
  • Loading branch information
danielkerr committed May 10, 2024
2 parents 7469e54 + f8d325a commit f0f8300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload/admin/controller/customer/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,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('customer/customer');
Expand Down

0 comments on commit f0f8300

Please sign in to comment.