lkzone,
I just add the customer_notified condition on my site and it worked.
I modified the file and didn't use an overrride:
/includes/modules/pages/account_history_info/header.php
This might be a file that can't be overridden?
Also my site is 1.3.7
$statuses_query = "SELECT os.orders_status_name, osh.date_added, osh.comments
FROM " . TABLE_ORDERS_STATUS . " os, " . TABLE_ORDERS_STATUS_HISTORY . " osh
WHERE osh.orders_id = :ordersID
AND osh.orders_status_id = os.orders_status_id
AND osh.customer_notified = '1'
AND os.language_id = :languagesID
ORDER BY osh.date_added";



