diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index ef71456ae..5de7f8c21 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -1297,7 +1297,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Bootstrap_Style { ".getMLText('info_recipients_tab_not_released').""; -// $this->contentContainerStart(); + + $txt = $this->callHook('preRecipientsTab', $receiptStatus); + if(is_string($txt)) + echo $txt; + print "