diff --git a/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc b/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc
index 203f525..74b3800 100644
--- a/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc
+++ b/modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc
@@ -18,7 +18,7 @@ class commerce_customer_handler_field_customer_profile_link_delete extends comme
     $profile->type = $this->get_value($values, 'type');
     $profile->uid = $this->get_value($values, 'uid');
 
-    if (!commerce_customer_profile_access('update', $profile)) {
+    if (!commerce_customer_profile_access('delete', $profile)) {
       return;
     }
 
