// fix generateReference()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10624 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -1227,7 +1227,7 @@ class OrderCore extends ObjectModel
|
||||
{
|
||||
// To generate a random reference, we first generate a random number
|
||||
// This number is a rand concated with the current timestamp
|
||||
return strtoupper(Tools::passwdGen(12)); // lol Max !
|
||||
return strtoupper(Tools::passwdGen(9)); // lol Max !
|
||||
}
|
||||
|
||||
public function orderContainProduct($id_product)
|
||||
|
||||
Reference in New Issue
Block a user