Skip to content

Commit

Permalink
Adapt to customer.vdate change in core
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Aug 5, 2015
1 parent a01c38a commit 08044b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/custom/src/MShop/Customer/Manager/Laravel.php
Expand Up @@ -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,
Expand Down

0 comments on commit 08044b6

Please sign in to comment.