Hello,
I get the following error when there are no followups under admin/store/follow-up tab
user warning: Unknown column 'follow_id' in 'field list' query:
SELECT follow_id, order_status, hours_past, name, status FROM uc_followup ORDER BY status DESC
in /.../sites/all/modules/uc_followup/uc_followup.admin.inc on line 13.
Thanks,
KH
Comments
Comment #1
webchickThis looks like it was fixed in the latest beta release. You'll probably have to uninstall/reinstall the module, or else make the changes manually; there's no update function.
Comment #2
3dloco commentedThanks! did a uninstall/reinstall and it fixed the issue for me.