Skip to content

Commit

Permalink
Merge pull request #39 from Indicia-Team/hotfix-download_verified_on
Browse files Browse the repository at this point in the history
Hotfix download verified on
  • Loading branch information
johnvanbreda committed Nov 10, 2015
2 parents 41a8fc8 + 50fb399 commit 127e807
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
/**
* @var string The application files version number.
*/
$config['version'] = '0.9.1.10';
$config['release_date'] = '2015-11-03';
$config['version'] = '0.9.1.11';
$config['release_date'] = '2015-11-10';
$config['repository'] = 'https://github.com/Indicia-Team/warehouse/releases';

?>
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
CASE WHEN det_last_val.text_value IS NULL THEN NULL ELSE det_last_val.text_value || COALESCE(', ' || det_first_val.text_value, '') END
ELSE det_full_val.text_value END" />
<column name='verifier' display='Verifier' sql='o.verifier' datatype="text" />
<column name='verified_on' display='Verified on' sql='o.verified_on' datatype="text" />
<column name='sample_comment' display='Sample comment' sql="s.comment" datatype="text" />
<column name='zeroabundance' display='Zero abundance' sql='upper(cast (o.zero_abundance as character))' datatype="text" />
<column name='record_status' display='State'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
CASE WHEN det_last_val.text_value IS NULL THEN NULL ELSE det_last_val.text_value || COALESCE(', ' || det_first_val.text_value, '') END
ELSE det_full_val.text_value END" />
<column name='verifier' display='Verifier' sql='o.verifier' datatype="text" />
<column name='verified_on' display='Verified on' sql='o.verified_on' datatype="text" />
<column name='sample_comment' display='Sample comment' sql="s.comment" datatype="text" />
<column name='zeroabundance' display='Zero abundance' sql='upper(cast (o.zero_abundance as character))' datatype="text" />
<column name='record_status' display='State'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
CASE WHEN det_last_val.text_value IS NULL THEN NULL ELSE det_last_val.text_value || COALESCE(', ' || det_first_val.text_value, '') END
ELSE det_full_val.text_value END" />
<column name='verifier' display='Verifier' sql='o.verifier' datatype="text" />
<column name='verified_on' display='Verified on' sql='o.verified_on' datatype="text" />
<column name='sample_comment' display='Sample comment' sql="s.comment" datatype="text" />
<column name='zeroabundance' display='Zero abundance' sql='upper(cast (o.zero_abundance as character))' datatype="text" />
<column name='record_status' display='State'
Expand Down

0 comments on commit 127e807

Please sign in to comment.