Skip to content

Commit

Permalink
Fixed default customer status value
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Jan 22, 2019
1 parent 86f8e6e commit 457c154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mshoplib/src/MShop/Customer/Item/Standard.php
Expand Up @@ -109,7 +109,7 @@ public function getStatus()
return (int) $this->values['customer.status'];
}

return 0;
return 1;
}


Expand Down

0 comments on commit 457c154

Please sign in to comment.