Skip to content

Commit

Permalink
#624 [PreventionPlanCard] add: add button resp_ext_soc
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Nov 23, 2023
1 parent 4aee12f commit f42aab3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view/preventionplan/preventionplan_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@
print $htmltext;
print '</td><td>';
print $form->selectcontacts((empty(GETPOST('ext_society', 'int')) ? -1 : GETPOST('ext_society', 'int')), $extSocietyResponsibleId, 'ext_society_responsible', 1, '', '', 1, 'minwidth100imp widthcentpercentminusxx maxwidth400');
print ' <a href="' . DOL_URL_ROOT . '/contact/card.php?action=create' . (empty(GETPOST('ext_society', 'int')) ? '' : '&socid=' . GETPOST('ext_society', 'int')) .'&backtopage=' . urlencode($_SERVER["PHP_SELF"] . '?action=create&ext_society='. (empty(GETPOST('ext_society', 'int')) ? '' : GETPOST('ext_society', 'int'))) . '" target="_blank"><span class="fa fa-plus-circle valignmiddle paddingleft" title="' . $langs->trans("AddContact") . '"></span></a>';
print '</td></tr>';

// CSSCT Intervention
Expand Down

0 comments on commit f42aab3

Please sign in to comment.