Skip to content

Commit

Permalink
Make custom properties from user table easily accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Sep 15, 2017
1 parent a063859 commit e348579
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 @@
lvu."birthday" AS "customer.birthday", lvu."status" AS "customer.status",
lvu."vdate" AS "customer.dateverified", lvu."password" AS "customer.password",
lvu."created_at" AS "customer.ctime", lvu."updated_at" AS "customer.mtime",
lvu."editor" AS "customer.editor"
lvu."editor" AS "customer.editor", lvu.*
FROM "users" AS lvu
:joins
WHERE :cond
Expand Down

0 comments on commit e348579

Please sign in to comment.