Hello,
I have a set relation in my main controller:
crud->set_relation('Id_company','company','Name_of_company');
When i try to send company name by email I can get only id number. I cant get Name_of_company related to specified row in my main table.
How can I send by email just company name (without the id)?
P.S.
Email data looks like this:
id company '38'
name of company ''
Regards
Adrian