function Crea() { $this->set("NombreComercial", _("Nuevo local"), FORCE); $this->set("Identificacion", genMakePass(), FORCE); $this->set("Password", genMakePass(), FORCE); }
function Crea() { $this->setNombre(_("Nuevo usuario")); $this->set("Identificacion", genMakePass(), FORCE); $this->set("Password", genMakePass(), FORCE); $this->set("FechaNacim", "1974-09-01", FORCE); }