diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 4b07ab20a..3069928b5 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -1317,15 +1317,11 @@ class SeedDMS_View_ViewDocument extends SeedDMS_Theme_Style { if(is_string($txt)) echo $txt; - if(count($receiptStatus) > 8) { - echo ''; - } - print "
".((count($receiptStatus) > 5) ? '' : getMLText('name'))." | \n"; + print "".((count($receiptStatus) > 10) ? '' : getMLText('name'))." | \n"; print "".getMLText("last_update")." | \n"; print "".getMLText("comment")." | "; print "".getMLText("status")." | \n";
---|