2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 22:06:28 +00:00

Add option to hide form error message

This commit is contained in:
Oliver Walters
2021-03-15 20:30:18 +11:00
parent b17a50bd51
commit 2de879d2ba
2 changed files with 5 additions and 3 deletions

View File

@ -241,6 +241,7 @@
"{% url 'part-pricing' part.id %}",
{
submit_text: 'Calculate',
hideErrorMessage: true,
}
);
});