Skip to content

Commit

Permalink
chore: revert "fix: Only show valid fees for licences (dvsa/olcs-inte…
Browse files Browse the repository at this point in the history
…rnal#155)" (dvsa/olcs-internal#162)

This reverts commit 1309aba.
  • Loading branch information
JoshuaLicense authored May 10, 2024
1 parent ae1f14b commit ad3def6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/internal/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"olcs/olcs-auth": "^8.0",
"olcs/olcs-common": "^7.0.0",
"olcs/olcs-logging": "^7.2",
"olcs/olcs-transfer": "^7.1.1",
"olcs/olcs-transfer": "^7.0.0",
"olcs/olcs-utils": "^6.0.0",
"saeven/zf3-purifier": "^1.1",
"doctrine/doctrine-module": "^5",
Expand Down
16 changes: 8 additions & 8 deletions app/internal/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ protected function getFeesTable($status)
$params['status'] = $status;
}

$params['onlySubmitted'] = true;

$results = $this->getFees($params);

$tableParams = array_merge($params, ['query' => $this->getRequest()->getQuery()]);
Expand Down

0 comments on commit ad3def6

Please sign in to comment.