webERP Forum

Full Version: Print vs Email Customer Statement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
why disabling the customer statement being printable via "Print Customer Statement" if a contact has a "yes" in send statement via email?


line 146 of PrintCustStatement.php shows the following comment:

/*Only create the pdf for this customer if
* set to print and there are no email addresses defined
* OR
* set to email and there are email addresses defined.
*/

It would be useful to have the option of creating a PDF if set to print even though there are email addresses defined.

Thx!