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