diff options
author | Camil Staps | 2016-08-01 13:48:14 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 13:53:12 +0200 |
commit | efa2936ec538c236dcec71f419ad714524c7d2b9 (patch) | |
tree | 1d7e1903851fc4c37c72cf8ee8de006979bb8b4e /include/clients-overview.php | |
parent | Paypal not on by default in braintree (diff) |
Removed BusinessAdmin::get* methods, added Model::search and
Model::count
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r-- | include/clients-overview.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php index ce23058..e0160a7 100644 --- a/include/clients-overview.php +++ b/include/clients-overview.php @@ -34,7 +34,7 @@ require_once(__DIR__ . '/../login.php'); </thead> <tbody> <?php - $clients = BusinessAdmin::getClients($_pdo); + $clients = Client::search($_pdo); foreach ($clients as $client) { echo "<tr class='mix' data-mixer-order-id='{$client->id}' |