View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005515 | OXID eShop (all versions) | 2.6. Administer orders | public | 2013-11-13 09:53 | 2023-11-22 15:41 |
Reporter | cneumann | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Product Version | 4.8.0 / 5.1.0 | ||||
Summary | 0005515: Removed from order articles listed in first created invoice PDF | ||||
Description | If you generate a new invoice (i.e. the bill date is not set yet), removed from order articles will show in the article list. | ||||
Steps To Reproduce | "Storno" articles. Create a new invoice PDF (bill date must not be set). | ||||
Additional Information | If the bill date is not set, myorder.php's genPdf will set it and save the order, i.e. it calls oxorder's save method. This method will load the order articles, including storno articles (getOrderArticles() instead of getOrderArticles(true)). If the bill date is set, save won't be called and getOrderArticles will be called later with "true" as argument (which filters out storno articles). | ||||
Tags | No tags attached. | ||||
Theme | Not defined | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
|
Reminder sent to: cneumann Hi, Thanks a lot for entering a bug, but unfortunately we can not reproduce it. Could you please tell us in more details about this issue. What exactly you mean "articles listed in first created invoice PDF". Thank a lot. |
|
The correct title of the bug should be "Articles removed from order are listet in the first created invoice PDF". To reproduce: - Storno an article of an order - Create a new invoice PDF (new means: bill date must not be set) This results in an invoice which include the storno articles. |
|
Hi, I'm sorry but I do not get the problem. Could you specify the following in more detail: - Steps to reproduce - Expected result - Actual result Feel free to add a PDF file with comments if this helps. Thanks! |
|
Reproduce: - Order something (min 2 articles) - Remove one of the articles: Orders > Articles > Click the pause symbol - Generate the invoice Expected: - Invoice does not contain the "paused" article Got: - Invoice contains the article If you generate the invoice once more, the article will not be present in the invoice anymore. Thus, this bug shows only on the first generation of the invoice. |
|
Invoice PDF generation has been removed from the shop |