Counsel Description Merge Field

From PikaDocs

/ops/docgen.php, just after this line:

$a['counsel'] = "{$counsel_row['first_name']} {$middle_tmp}{$counsel_row['last_name']}{$extra_tmp}";

which is approximately line 315, add this:

// Andrew Cameron 2006/2/23 adding new merge variable for the counsel's title aka description field in pika
$a['counsel_description'] = $counsel_row['description'];

In your merge document, add: %%[counsel_description]%%



initial entry by Andrew Cameron

If this seems useful, I'll submit a ticket to see if they'll include it in mainstream Michigan uses co_counsel1 so would need to be added for that as well, although I didn't do it.