Compare commits
5 Commits
78c5da8e81
...
1f0cb98dd8
| Author | SHA1 | Date | |
|---|---|---|---|
| 1f0cb98dd8 | |||
| 080087fa0d | |||
| 2fe48097e5 | |||
| a93524a6ac | |||
| defeff3270 |
@@ -35,7 +35,7 @@
|
||||
}
|
||||
},
|
||||
"admConfig": {
|
||||
"build": 336,
|
||||
"build": 339,
|
||||
"oldBuild": "backend-0.1.3.zip"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -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) {
|
||||
createLog(
|
||||
"error",
|
||||
|
||||
@@ -90,11 +90,11 @@
|
||||
"plantToken": "usiow2",
|
||||
"idAddress": "10.75.0.26",
|
||||
"greatPlainsPlantCode": "31",
|
||||
"streetAddress": "2309 Heinz Rd",
|
||||
"streetAddress": "2670 INDEPENDENCE RD",
|
||||
"cityState": "Iowa CIty, IA",
|
||||
"zipcode": "52240",
|
||||
"contactEmail": "blake.matthes@alpla.com",
|
||||
"contactPhone": "6366970253",
|
||||
"contactEmail": "Dalina.Lacy@alpla.com",
|
||||
"contactPhone": "",
|
||||
"customerTiAcc": "ALPL01IA2INT",
|
||||
"lstServerPort": "3001",
|
||||
"active": true,
|
||||
|
||||
Reference in New Issue
Block a user