From 08044b691ac2b002a74cae110b7deb6445fbbec7 Mon Sep 17 00:00:00 2001 From: Andreas Date: Wed, 5 Aug 2015 22:43:26 +0200 Subject: [PATCH] Adapt to customer.vdate change in core --- lib/custom/src/MShop/Customer/Manager/Laravel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/custom/src/MShop/Customer/Manager/Laravel.php b/lib/custom/src/MShop/Customer/Manager/Laravel.php index a4ba862..520b2ea 100644 --- a/lib/custom/src/MShop/Customer/Manager/Laravel.php +++ b/lib/custom/src/MShop/Customer/Manager/Laravel.php @@ -187,9 +187,9 @@ class MShop_Customer_Manager_Laravel 'type' => 'integer', 'internaltype' => MW_DB_Statement_Abstract::PARAM_INT ), - 'customer.vdate'=> array( + 'customer.dateverified'=> array( 'label' => 'Customer verification date', - 'code' => 'customer.vdate', + 'code' => 'customer.dateverified', 'internalcode' => 'lvu."vdate"', 'type' => 'date', 'internaltype' => MW_DB_Statement_Abstract::PARAM_STR,