Skip to content

Commit

Permalink
Merge pull request #309 from olofsvensson/issue_304_2
Browse files Browse the repository at this point in the history
Issue #304: Added MXPressP and MXPressP_SAD to 'Experiment Type'
  • Loading branch information
antolinos authored Oct 5, 2017
2 parents fd5dda5 + 2386e0a commit 7a871e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/core/view/shipping/containerspreadsheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ ContainerSpreadSheet.prototype.getHeader = function() {
{ text :'Exp.<br /> Type', id : 'Experiment Type', column : {
width : 80,
type: 'dropdown',
source: [ "Default", "MXPressE", "MXPressO", "MXPressI", "MXPressE_SAD", "MXScore", "MXPressM" ]
source: [ "Default", "MXPressE", "MXPressO", "MXPressI", "MXPressE_SAD", "MXScore", "MXPressM", "MXPressP", "MXPressP_SAD" ]
}
},
{ text :'Pin <br />BarCode', id : 'Pin BarCode', column : {width : 60}},
Expand Down

0 comments on commit 7a871e7

Please sign in to comment.