2
0
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:
Oliver 2024-12-31 15:48:41 +11:00 committed by GitHub
parent 7a3709eb37
commit 16e9729308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',