Closed (won't fix)
Project:
Money field
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Nov 2010 at 11:40 UTC
Updated:
16 Oct 2015 at 21:25 UTC
Jump to comment: Most recent
Comments
Comment #1
jpl-2 commentedHere is a manual workaround to get rid of this problem after D5->D6 migration:
1. update content_node_field_instance set widget_type='money_widget' where widget_type='money_default';
2. Re-enable the "Money CCK field" module
As a general solution, the above SQL query should probably appear in money.install to facilitate D5->D6 migration.
Comment #2
kenorb commented