feat(notification): plant to plant edi
This commit is contained in:
@@ -51,6 +51,7 @@ export const psiGetPlanningData = async (
|
||||
};
|
||||
}
|
||||
|
||||
// TODO: if we are not running planning we no pass the old structure if we are running new planning use the below improved version that makes sure we dont have negative numebrs.
|
||||
articles = data.data;
|
||||
|
||||
return {
|
||||
|
||||
@@ -145,7 +145,7 @@ app.openapi(
|
||||
return c.json({
|
||||
success: true,
|
||||
message: "All Current Active Querys.",
|
||||
sheetVersion: 2.8,
|
||||
sheetVersion: 2.8, // TODO: when this gets switched change this
|
||||
data: current,
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user