2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-18 10:18:18 +00:00
This commit is contained in:
Oliver
2021-11-15 23:51:21 +11:00
parent c367fd7941
commit ca3c3685fe
3 changed files with 3 additions and 4 deletions

View File

@@ -331,6 +331,7 @@ function editPart(pk) {
groups: groups,
title: '{% trans "Edit Part" %}',
reload: true,
successMessage: '{% trans "Part edited" %}',
});
}