Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
en:modifications:troubletickets-leads [2014/02/11 10:02] swarnat |
en:modifications:troubletickets-leads [2014/02/28 12:03] (current) swarnat |
||
---|---|---|---|
Line 106: | Line 106: | ||
modules/Leads/Leads.php | modules/Leads/Leads.php | ||
add: | add: | ||
+ | <code php> | ||
/** | /** | ||
* Function to get Contact related Tickets. | * Function to get Contact related Tickets. | ||
Line 163: | Line 164: | ||
return $return_value; | return $return_value; | ||
} | } | ||
+ | </code> |