Hello,
* I can't find the email mail module in Studio, how to retrieve it?
Cant have it. Curiosity, Why do you need it?
* I also wish to delete the line item in Quotes, don't want it in either deatil or edit view. Howerver I can't figure out how to do this.
Check for the file editviewdefs.php & detailviewdefs.php under custom/modules/Quotes/metadata, if not found, copy and paste from modules/Quotes/metadata and comment out line
For detail view,
PHP Code:
'footerTpl'=>'modules/Quotes/tpls/DetailViewFooter.tpl'
For edit view,
PHP Code:
'footerTpl'=>'modules/Quotes/tpls/EditViewFooter.tpl'
*I also wish to edit list view of the sub panel history, anyone who can give me any tips?
On forum, it has been discussed several times, and it requires many files modifications to add a single column.
Bookmarks