| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Project:
Ubercart I noticed that when you delete an order, the line items for that order remain in the database. Is that intentional?
It seems like a call to uc_order_delete_line_item($order_id, TRUE) is missing from uc_order_delete.
