Ticket #413 (assigned defect)
All Emails seem to be sending as invoices
| Reported by: | Joe | Owned by: | brieb |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | phpbms | Version: | 0.98 |
| Keywords: | needsReview | Cc: |
Description
This looks like a regression from .96 since I did not see this behavior in that build.
Just select a sales order and send a quote email, and you will see that it arrives looking like an invoice.
Looks like it is all stemming from the value that ends up in $this->settingsreportTitle? in invoices_pdf_class.php. That value seems to always show up as "Invoice" (is it never being passed in right so setting on l.78-79?) which is resulting in the following:
1. Title on Quote shows up as Invoice 2. Email shows up saying "Invoice" in subject line 3. Filename is Invoice#### instead of Quote#### Those are the only issues I see so far, but I'm sure I'm missing some. :)
It DOES look like the right report is being used b/c there is no "Total Due" showing up at the bottom.