(cherry picked from commit bd1689095d)

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