Skip to content
Snippets Groups Projects
Commit 996ab959 authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

Leerstring zuvorderst ("Customer.Sign")

parent 0a31d890
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ function(head, req) { ...@@ -61,7 +61,7 @@ function(head, req) {
} }
break; break;
case 'Customer.Sign': case 'Customer.Sign':
ret = docs[key]; ret = [''].concat(docs[key]);
break; break;
} }
if (ret) ret.sort(); if (ret) ret.sort();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment