Browse Source

Update 'glass_report/resources/views/pages/risx.blade.php'

Changed the ISO 2-character to 3-char country code as specified by GLASS protocols.
master
David Hagan 3 years ago
parent
commit
f5d650f6de
  1. 2
      glass_report/resources/views/pages/risx.blade.php

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

@ -83,7 +83,7 @@
<tbody> <tbody>
@foreach($risx as $risx ) @foreach($risx as $risx )
<tr> <tr>
<td> NP </td> <td>NPL</td>
<td>{{ $risx->year }}</td> <td>{{ $risx->year }}</td>
<td>{{ $risx->specimen }}</td> <td>{{ $risx->specimen }}</td>
<td>{{ $risx->pathogen }}</td> <td>{{ $risx->pathogen }}</td>

Loading…
Cancel
Save