Changeset 3524


Ignore:
Timestamp:
Oct 2, 2015, 9:22:47 AM (7 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #817: Always display rna box position in normalization protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/resources/sampleproc/rna_normalization.js

    r3269 r3524  
    267267      html += '<th>Qiacube</th>';
    268268    }
    269     else
    270     {
    271       html += '<th>Storage</th>';
    272     }
     269    html += '<th>Storage</th>';
    273270    html += '<th>NDConc</th>';
    274271    html += '<th>Remain</th>'; 
     
    283280      html += '<th>position</th>';
    284281    }
    285     else
    286     {
    287       html += '<th>box</th>';
    288     }
     282    html += '<th>box</th>';
    289283    html += '<th>(ng/µl)</th>';
    290284    html += '<th>(µg)</th>';
     
    316310        html += '<td class="qiacubepos">'+rna.QiacubePosition+'</td>';
    317311      }
    318       else
    319       {
    320         html += '<td class="box">'+Strings.encodeTags(rna.bioWell.bioPlate.name + ' ' + rna.bioWell.location)+'</td>';
    321       }
     312      html += '<td class="box">'+Strings.encodeTags(rna.bioWell.bioPlate.name + ' ' + rna.bioWell.location)+'</td>';
    322313      html += '<td class="ndconc">'+ Numbers.formatNumber(rna.NDConc, 2) + '</td>';
    323314      html += '<td class="remain">'+ Numbers.formatNumber(rna.remainingQuantity, 2) + '</td>';
Note: See TracChangeset for help on using the changeset viewer.