This commit is contained in:
Oliver 2023-07-13 10:30:19 +10:00 committed by GitHub
parent 01f2aa5f74
commit bd1689095d
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> `;
}
}