fix(opendock): ref wrong field oops
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m0s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m0s
This commit is contained in:
@@ -117,7 +117,7 @@ const postRelease = async (release: Releases) => {
|
|||||||
const opendDockArticleCheck = await db.query.opendockArticleSetup.findFirst({
|
const opendDockArticleCheck = await db.query.opendockArticleSetup.findFirst({
|
||||||
where: (table, { and, eq }) =>
|
where: (table, { and, eq }) =>
|
||||||
and(
|
and(
|
||||||
eq(table.av, release.LineItemArticleWeight),
|
eq(table.av, release.LineItemHumanReadableId),
|
||||||
eq(table.customer, release.DeliveryAddressHumanReadableId),
|
eq(table.customer, release.DeliveryAddressHumanReadableId),
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user