Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.3
-
Component/s: None
-
Labels:None
Description
From @aozn on Discord
order->controllers->orders.php on line:81
Configure::get('Blesta.pagination')
should be
Configure::get('Blesta.pagination_client')('Blesta.pagination') doesnt add pagination classes to the client views. ('Blesta.pagination_client') does.