Skip to content
Snippets Groups Projects
Commit ebca2059 authored by wactbprot's avatar wactbprot
Browse files

year als string

parent 827a3d33
No related branches found
No related tags found
No related merge requests found
function(doc) { function(doc) {
if(doc.Calibration && if(doc.Calibration &&
doc.Calibration.Year){ doc.Calibration.Year){
emit(doc.Calibration.Year, null); emit("" + doc.Calibration.Year, null);
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment