utilsateur 46
This commit is contained in:
parent
91a686d648
commit
eef6f4ff7c
@ -169,7 +169,11 @@ class Customer < ActiveRecord::Base
|
||||
|
||||
|
||||
def anonyme_nick
|
||||
"Utilisateur#{id}"
|
||||
if id == 46
|
||||
"Patrick Picton (fondateur)"
|
||||
else
|
||||
"Utilisateur#{id}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user