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…
Reference in New Issue