IO-1533 Kanban Customizations

This commit is contained in:
Patrick Fic
2021-11-17 15:29:04 -08:00
parent f11a4c93ac
commit 69690f0184
10 changed files with 467 additions and 138 deletions

View File

@@ -1385,7 +1385,7 @@ export function ShopInfoResponsibilityCenterComponent({ bodyshop, form }) {
},
({ getFieldValue }) => ({
validator(rule, value) {
if (costOptions.includes(value)) {
if (profitOptions.includes(value)) {
return Promise.resolve();
}
return Promise.reject(