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