Added bulk assignment. Added partial parts order line remarks capability.

This commit is contained in:
Patrick Fic
2020-02-20 10:38:07 -08:00
parent eec5a806e9
commit c90cccb6be
12 changed files with 245 additions and 47 deletions

View File

@@ -24,7 +24,6 @@ export default function AllocationsAssignmentContainer({
notification["success"]({
message: t("employees.successes.save")
});
//TODO Better way to reset the field decorators?
visibilityState[1](false);
if (refetch) refetch();
});