mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-05 14:58:50 +00:00
Allow barcode linking for stock location (#8802)
This commit is contained in:
parent
7a3709eb37
commit
16e9729308
@ -280,6 +280,8 @@ export default function Stock() {
|
||||
<BarcodeActionDropdown
|
||||
model={ModelType.stocklocation}
|
||||
pk={location.pk}
|
||||
hash={location?.barcode_hash}
|
||||
perm={user.hasChangeRole(UserRoles.stock_location)}
|
||||
actions={[
|
||||
{
|
||||
name: 'Scan in stock items',
|
||||
|
Loading…
x
Reference in New Issue
Block a user