Closed (duplicate)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
25 Dec 2008 at 19:27 UTC
Updated:
26 Dec 2008 at 16:49 UTC
I'm not sure exactly why it wasn't working, but it also was very nasty from using db-specific code. The .install file was also polluted with some db-specific functions. (which are now phased out using an upgrade path)
This patch removes all the junk, and as a side effect, the code actually works now :) yay!
| Comment | File | Size | Author |
|---|---|---|---|
| uc_reports.get_sales.patch | 5.5 KB | cha0s |
Comments
Comment #1
Island Usurper commentedMarking this as duplicate since I've included this patch into the one at #344890-9: Timezone causes off-by-one error in reports (use Drupal time instead of server's). There was a slight change I made to the use format_date() as explained in that post.