under admin section
find: invoice.php & packingslip.php

by adding some code, you can print the docs and not have x-outed notes printed.

Find " where orders_id = '"

Replace with
/// " where customer_notified = '1' and orders_id = '" ///

Thanks to 0ethos0 for his contribution

More...