From 5323feca9b05b253b804662b52f5e368f2645b5a Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 16 Dec 2020 10:41:52 +0100 Subject: [PATCH] add hook preRecipientsTab --- views/bootstrap/class.ViewDocument.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 "\n"; print "\n";