fix(ocp): delivery changes to happen after bookin is done
This commit is contained in:
@@ -69,6 +69,7 @@ export const bookInLabel = async (data: any) => {
|
||||
message: `${parseInt(
|
||||
data.SSCC.slice(10, -1)
|
||||
)}, was just booked in`,
|
||||
data: { SSCC: data.SSCC },
|
||||
};
|
||||
} catch (error) {
|
||||
createLog(
|
||||
|
||||
Reference in New Issue
Block a user