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

allCust: key with sign

parent 571eafa3
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,7 @@ exports.allAuxObj = function(doc){ ...@@ -121,7 +121,7 @@ exports.allAuxObj = function(doc){
_res.key = co.Name; _res.key = co.Name;
_res.value = doc; _res.value = doc;
} }
return _res; return _res;
}; };
...@@ -214,7 +214,7 @@ exports.allCustomers = function(doc){ ...@@ -214,7 +214,7 @@ exports.allCustomers = function(doc){
if(o.Name){ if(o.Name){
_res._avail = true; _res._avail = true;
_res.key = o.Name; _res.key = o.Name + " (" + o.Sign + ")";
_res.value = doc; _res.value = doc;
} }
return _res; return _res;
......
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