mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
fix typo (#5236)
This commit is contained in:
parent
01f2aa5f74
commit
bd1689095d
@ -2641,7 +2641,7 @@ function loadStockLocationTable(table, options) {
|
||||
} else {
|
||||
html += `
|
||||
<a href='#' pk='${row.pk}' class='load-sub-location'>
|
||||
<span class='fas fa-sync-alt' title='{% trans "Load Subloactions" %}'></span>
|
||||
<span class='fas fa-sync-alt' title='{% trans "Load Sublocations" %}'></span>
|
||||
</a> `;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user