Skip to content

Commit

Permalink
Fix data_order for nmis exporrt. Add an opmantek details SVG for menu…
Browse files Browse the repository at this point in the history
… display.
  • Loading branch information
mark-unwin committed Jan 28, 2018
1 parent 0a5bf88 commit a406d12
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code_igniter/application/helpers/output_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function output()
# Do nothing
} else if ($CI->response->meta->collection == 'nmis') {
# Do nothing
if (empty($CI->response->meta->data_order)) {
$CI->response->meta->data_order = array();
}
} else {

if (!empty($CI->response->data)) {
Expand Down
160 changes: 160 additions & 0 deletions www/open-audit/icons/opmantek_details.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a406d12

Please sign in to comment.