Hi,
I tried to adapt your suggestion to the Task module, which is what I am trying to customize
in modules/Task/Task.php
I added
Code:
$xtpl->assign("TASK_CONTACT", $task->contact_tasks);
$xtpl->assign("TASK_ACCOUNT", $task->name); and some variations like
Code:
$xtpl->assign("TASK_CONTACT", $contacts->last_name); And I also added the other lines in the message template
Code:
Cuenta: {TASK_ACCOUNT}
Contacto: {TASK_CONTACT} but I couldn't get it working, I only get the label but not the values in the notification (well, I got the task subject in the Account field once, but no very useful
)
I figure I am not constructing the "$task->name" part right... any ideas?
Thanks in advance.
Bookmarks