Hello
Can someone point me in the right direction to show Quotes, Invoices and Contracts subpanels in the Account view.
In studio they are define and should show.
It is a fresh install from SuiteCRM 7.4.
Regards
Cedric
Hello
Can someone point me in the right direction to show Quotes, Invoices and Contracts subpanels in the Account view.
In studio they are define and should show.
It is a fresh install from SuiteCRM 7.4.
Regards
Cedric
Hi,
Run a Quick Repair and Rebuild from the Admin > Repair Menu.
On the Repair Results page, scroll to the bottom and Execute any changes. (If they appear).
If this doesn’t solve it, you may have to set your permissions on your instance.
We usually recommend running the commands:
sudo chown -R : .
sudo chmod -R 755 .
sudo chmod -R 775 cache custom modules themes data upload config_override.php
Make sure that you replace : with the Apache user and group of your instance.
For example, Ubuntu would use the command:
sudo chown -R www-data:www-data .
After doing this, Clear your browser’s cache and look for the Subpanels again.
Worked thanks for that.