2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00
(cherry picked from commit bd1689095d64d228f30ec66abfb9ac051cc27f04)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2023-07-13 11:03:28 +10:00 committed by GitHub
parent 9b5e828b87
commit 93b44ad8e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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> `;
}
}