function commerce_coupon_update_7003 in Commerce Coupon 7
Implements hook_update_N(). Set the coupon reference as non locked.
File
- ./commerce_coupon.install, line 196 
- Install, update and uninstall functions for the commerce_coupon module.
Code
function commerce_coupon_update_7003(&$sandbox) {
  // This update setted the coupon reference field to non locked, code here has
  // been removed due to conflicts with 7004 as the coupon reference field type
  // doesn't exist anymore.
}