mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-12-26 23:08:26 +00:00
init $content
This commit is contained in:
parent
d1dde39bb3
commit
e79a358150
|
|
@ -3323,6 +3323,7 @@ $('body').on('click', '[id^=\"table-row-folder\"] td:nth-child(2)', function(ev)
|
|||
function documentListRowReceptionBar($latestContent) { /* {{{ */
|
||||
$accessop = $this->params['accessobject'];
|
||||
|
||||
$content = '';
|
||||
if($accessop->check_view_access($this, array('action'=>'receptionBar')) /*$owner->getID() == $user->getID()*/ && $receiptStatus = $latestContent->getReceiptStatus()) {
|
||||
$rstat = array('-1'=>0, '0'=>0, '1'=>0, '-2'=>0);
|
||||
$allcomments = array('-1'=>array(), '1'=>array());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user