#2258 - SuiteCRM - Choose PDF Template PopUp doesn't respect SecurityGroups
Hi, on a SuiteCRM 7.6.3 when i try to "print as PDF" a Quote, an Invoice and so on, you are faced with a "Choose PDF Template PopUp" I noticed that it doesn't respect SecurityGroups settings.
i think it's related to /modules/AOS_Quotes/views/view.detail.php > function displayPopupHtml()
How have i to do?
Thanks in advance
8 years ago
function populateQuoteTemplates(){ global $app_list_strings, $current_user;
...
}
8 years ago
I'm not good at formatting my posts here,...
8 years ago
Hi Mayer,
You would need to add the SecuritySuite logic to append some conditions to the SQL. An example that you can follow is in data/SugarBean.php->create_new_list_query(). Look for the Security Groups code block.