mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
backend filters - products, attributes, orders, invoices and customers
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11443 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d77be0381
commit
3084f3ebed
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
||||||
$config = $oMemberModel->getMemberConfig ();
|
$config = $oMemberModel->getMemberConfig ();
|
||||||
$getVars = array();
|
$getVars = array();
|
||||||
if ($config->signupForm){
|
if ($config->signupForm){
|
||||||
foreach($config->signupForm as $formInfo){
|
foreach($config->signupForm as $formInfo) {
|
||||||
if($formInfo->isDefaultForm && ($formInfo->isUse || $formInfo->required || $formInfo->mustRequired)){
|
if($formInfo->isDefaultForm && ($formInfo->isUse || $formInfo->required || $formInfo->mustRequired)){
|
||||||
$getVars[] = $formInfo->name;
|
$getVars[] = $formInfo->name;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue