mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
pass extra content to documentListRow
This commit is contained in:
parent
15567f8a55
commit
1ee5fb6601
|
@ -457,7 +457,7 @@ $('body').on('click', '.order-btn', function(ev) {
|
|||
if(is_string($txt))
|
||||
echo $txt;
|
||||
else {
|
||||
echo $this->documentListRow($document, $previewer, false, 0, SeedDMS_Core_AttributeDefinitionGroup::show_list);
|
||||
echo $this->documentListRow($document, $previewer, false, 0, [], SeedDMS_Core_AttributeDefinitionGroup::show_list);
|
||||
}
|
||||
}
|
||||
$i++;
|
||||
|
|
Loading…
Reference in New Issue
Block a user