Skip to content

Commit

Permalink
fixed checkin of cases
Browse files Browse the repository at this point in the history
  • Loading branch information
VanCoding committed Aug 23, 2015
1 parent 99dbaf6 commit d909526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/views/checkin.jade
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ script.
var entries = [];
if(type.contents instanceof Array){
for(var i = 0; i < type.contents.length; i++){
var t = type.contents[i]._id;
var t = type.contents[i];
var subentry = {
supplier:entry.supplier,
type:t,
Expand Down

0 comments on commit d909526

Please sign in to comment.