Is "Use Package Pricing for New Services Only" unchecked as shown in Mike's screenshot? This is important to be able to order a package that is in a different currency. Also, is the package price set in the "default" currency?
Without looking at the code, my guess is that GROUP_CONCAT, CONCAT may not be explicitly allowed (Assuming we used a white list approach), which is the result of an attempt at preventing dangerous queries from running.
Open up /plugins/system_overview/controllers/admin_main.php
Go to line 150
Change ...
$url = $this->base_uri . 'plugin/support_manager/admin_tickets/';
To ...
$url = $this->base_uri . 'plugin/support_managerpro/admin_tickets/';
Version 2 Now Available
Add kit order form (Kit Wizard with sidebar menu)
What's new?
Added Sidebar Menu
20 bug fix with blesta 4
Replace original jquery.sticky.js from blesta with theia-sticky-sidebar.js
Update Bootstrap to latest stable 3.3.7
Replace jQuery Animation With Hardware Accelerated
Sticky Box Order Summary
Deletion Unused Jquery
Color changed on blesta demo
And More