Quote Originally Posted by linuxguy2 View Post
Thanks for the guidance!
NOT a OPC edit

"SORT ADDRESS BOOK BY COMPANY"

Core edits...
/includes/modules/pages/address_book/header_php.php
That one was easy enough around line 28:
Code:
ORDER BY company, firstname, lastname";
Previous edit to add company to address around line 40:
Code:
// Add company to address array
	  'company'=>$addresses->fields['company'],