Compare commits

..

5 Commits

3 changed files with 13 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
} }
}, },
"admConfig": { "admConfig": {
"build": 336, "build": 339,
"oldBuild": "backend-0.1.3.zip" "oldBuild": "backend-0.1.3.zip"
}, },
"devDependencies": { "devDependencies": {

View File

@@ -19,6 +19,15 @@ export const assignedPrinters = async () => {
}; };
} }
if (l.data.length === 0 && l.success) {
createLog("info", "lst", "ocp", `There are no lots assigned currently`);
return {
success: true,
message: "There are no lots assigned currenly.",
data: [],
};
}
if (l.data.length === 0 && !l.data.sucess) { if (l.data.length === 0 && !l.data.sucess) {
createLog( createLog(
"error", "error",

View File

@@ -90,11 +90,11 @@
"plantToken": "usiow2", "plantToken": "usiow2",
"idAddress": "10.75.0.26", "idAddress": "10.75.0.26",
"greatPlainsPlantCode": "31", "greatPlainsPlantCode": "31",
"streetAddress": "2309 Heinz Rd", "streetAddress": "2670 INDEPENDENCE RD",
"cityState": "Iowa CIty, IA", "cityState": "Iowa CIty, IA",
"zipcode": "52240", "zipcode": "52240",
"contactEmail": "blake.matthes@alpla.com", "contactEmail": "Dalina.Lacy@alpla.com",
"contactPhone": "6366970253", "contactPhone": "",
"customerTiAcc": "ALPL01IA2INT", "customerTiAcc": "ALPL01IA2INT",
"lstServerPort": "3001", "lstServerPort": "3001",
"active": true, "active": true,