2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Fixed a typo in bom.js

This commit is contained in:
Oliver Walters
2020-10-30 15:53:13 +11:00
parent fb28204dfd
commit cabbdbb5cf
4 changed files with 186 additions and 195 deletions

View File

@ -161,7 +161,7 @@ function loadBomTable(table, options) {
}
if (sub_part.is_template) {
html += makeIconBadge('fa-clone', '{% trans "Templat part" %}');
html += makeIconBadge('fa-clone', '{% trans "Template part" %}');
}
// Display an extra icon if this part is an assembly