Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.4.0-b1
-
Component/s: None
-
Labels:None
Description
When invalid/inconsistent data is provided as input to fetch updated totals from the client UI (i.e. ClientServices::updateTotals) via AJAX, it's possible to encounter an error:
Fatal Error (E_ERROR): Call to a member function totals() on boolean "code":1,"message":"Call to a member function totals() on boolean","file":"/home/xxxxx/public_html/app/controllers/client_services.php","line":1738
In such cases, the action should fail gracefully.