|
|
@@ -82,15 +82,15 @@ const filteredSessions = stockTakeSessions.filter((s) => { |
|
|
const criteria: Criterion<PickerSearchKey>[] = [ |
|
|
const criteria: Criterion<PickerSearchKey>[] = [ |
|
|
{ |
|
|
{ |
|
|
type: "select", |
|
|
type: "select", |
|
|
label: "Stock Take Section Description", |
|
|
|
|
|
|
|
|
label: t("Stock Take Section Description"), |
|
|
paramName: "sectionDescription", |
|
|
paramName: "sectionDescription", |
|
|
options: sectionDescriptionOptions, |
|
|
options: sectionDescriptionOptions, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
type: "text", |
|
|
type: "text", |
|
|
label: "Stock Take Section", |
|
|
|
|
|
|
|
|
label: t("Stock Take Section"), |
|
|
paramName: "stockTakeSession", |
|
|
paramName: "stockTakeSession", |
|
|
placeholder: "e.g. A01", |
|
|
|
|
|
|
|
|
placeholder: "", |
|
|
}, |
|
|
}, |
|
|
]; |
|
|
]; |
|
|
|
|
|
|
|
|
|