Browse Source

Changed the ISO 2-character to 3-char country code as specified by GLASS protocols.

master
David Hagan 3 years ago
parent
commit
e5892ecbf8
  1. 2
      glass_report/resources/views/pages/sample_file.blade.php

2
glass_report/resources/views/pages/sample_file.blade.php

@ -79,7 +79,7 @@
<tbody>
@foreach($sample_file as $sample_file )
<tr>
<td> NP </td>
<td> NPL </td>
<td>{{ $sample_file->year }}</td>
<td>{{ $sample_file->specimen }}</td>
<td>{{ $sample_file->sex }} </td>

Loading…
Cancel
Save