Skip to content

Commit

Permalink
Don't add all fields twice by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 16, 2017
1 parent def3714 commit 59f4eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/config/mshop/customer.php
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
fos."birthday" AS "customer.birthday", fos."enabled" AS "customer.status",
fos."vdate" AS "customer.vdate", fos."password" AS "customer.password",
fos."ctime" AS "customer.ctime", fos."mtime" AS "customer.mtime",
fos."editor" AS "customer.editor", fos."roles", fos."salt", fos.*
fos."editor" AS "customer.editor", fos."roles", fos."salt"
FROM "fos_user" AS fos
:joins
WHERE :cond
Expand Down

0 comments on commit 59f4eb6

Please sign in to comment.