Closed (fixed)
Project:
Ubercart
Version:
6.x-2.0-rc3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 May 2009 at 05:02 UTC
Updated:
23 May 2009 at 16:30 UTC
cf. http://www.ubercart.org/issue/10840/wrong_duration_cart_settings_overview
Authenticated cart duration units were being taken from the variable 'uc_cart_anon_unit' instead of 'uc_cart_auth_unit'. Bug affects only the display of the settings on the cart settings overview page - settings are stored properly in the DB and are properly applied in the code (hook_cron()), so no hook_update() is needed. Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_cart.patch | 837 bytes | tr |
Comments
Comment #1
rszrama commentedPatched. Thanks again, TR!