mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
return more entries in printProtocol() for receipt list
This commit is contained in:
parent
c6f7b03700
commit
310fa41bc2
|
@ -2686,7 +2686,7 @@ $(document).ready(function() {
|
|||
$statusList = $latestContent->getRevisionStatus(10);
|
||||
break;
|
||||
case "receipt":
|
||||
$statusList = $latestContent->getReceiptStatus(1);
|
||||
$statusList = $latestContent->getReceiptStatus(10);
|
||||
break;
|
||||
default:
|
||||
$statusList = array();
|
||||
|
|
Loading…
Reference in New Issue
Block a user