From 09e8cb4a98d74cad23cec2691e48fed173940fe7 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 2 Jul 2013 17:23:45 +0200 Subject: [PATCH] change return in customer::preInsert model --- core/lib/Thelia/Model/Customer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Model/Customer.php b/core/lib/Thelia/Model/Customer.php index 0f68475a4..d0f7b8515 100755 --- a/core/lib/Thelia/Model/Customer.php +++ b/core/lib/Thelia/Model/Customer.php @@ -58,7 +58,7 @@ class Customer extends BaseCustomer $this->setRef($customerRef->hasRef()? $customerRef->getRef() : $this->generateRef()); - return false; + return true; } protected function generateRef()