Skip to content
Snippets Groups Projects
Commit cd0d00e6 authored by Vegard Mehammer Eidsmo's avatar Vegard Mehammer Eidsmo
Browse files

Update index.ts, SKU=Identity

parent db32b204
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ function createCSV(res: Prod[]){
line += empty;
//Variant SKU,
line += empty;
line += `${thisProd.Identity}`;
//Variant Grams
line += empty;
......
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