feat(eom): all endpoints created for the eom template to run in all plants
This commit is contained in:
@@ -5,7 +5,10 @@ import {
|
||||
totalInvRn,
|
||||
} from "../../sqlServer/querys/dataMart/totalINV.js";
|
||||
|
||||
export const getINV = async (rn: boolean) => {
|
||||
export const getINV = async (
|
||||
rn: boolean,
|
||||
includePlantToken: boolean = false
|
||||
) => {
|
||||
let inventory: any = [];
|
||||
|
||||
let updatedQuery = totalInvNoRn;
|
||||
|
||||
Reference in New Issue
Block a user