Closed (fixed)
Project:
Commerce AutoSKU
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2014 at 23:16 UTC
Updated:
28 Sep 2014 at 19:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
lsolesen commentedWhen changing http://drupalcode.org/project/commerce_autosku.git/blob/refs/heads/7.x-1... to !empty() instead of isset (because $form_state['product_type']['autosku']['pattern'] returns NULL in my case and thus isset) I was able to remedy the problem.
Comment #2
bechtold commentedI had the same problem and can confirm that your solution works fine.
Thank you.
Comment #3
henrijs.seso commentedThanks Isolesen for pointing to issue. Patch provided.
Comment #5
rbayliss commentedMakes sense. Thanks!