mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 02:55:41 +00:00
Add indicator to show no stock in part listing
This commit is contained in:
@ -173,7 +173,7 @@
|
||||
return renderLink(value, row.url + 'stock/');
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
return "<span class='label label-warning'>No stock</span>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user