| Project: | Ubercart Contributions |
| Component: | Code |
| Category: | |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
This is a new bug that was introduced in 1.0-rc4. The problem is in uc_reports.module line 842:
'#options' => $statuses,which should be
'#options' => $options,Hint: This problem was found immediately by regression testing with
Selenium

