(cherry picked from commit bd1689095d)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
9b5e828b87
commit
93b44ad8e6
|
|
@ -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