Peace…
I upgraded to the version 1.5.4, getting Fatal error when try to access the client form or view client. as the error below
Fatal error: Cannot use [*] for reading in /home/foxuser/public_html/invoices/application/modules/custom_fields/models/Mdl_custom_fields.php on line 257
Below how to fix it
From
$field->$field_id_fieldlabel = $custom_value->custom_values_value;
to
$field->field_id_fieldlabel = $custom_value->custom_values_value;
Best Regards