Skip to content

Commit

Permalink
Evarisk#579 [Session] add: set content after commonfields view
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-francois committed Jun 13, 2024
1 parent a71d27f commit adc43e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions view/session/session_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,8 @@
// Common attributes.
require_once DOL_DOCUMENT_ROOT . '/core/tpl/commonfields_view.tpl.php';

$object->fields['content'] = $content;

// Categories
if ($conf->categorie->enabled) {
print '<tr><td class="valignmiddle">' . $langs->trans('Categories') . '</td><td>';
Expand Down

0 comments on commit adc43e3

Please sign in to comment.