mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Add indicator to show no stock in part listing
This commit is contained in:
parent
7341fe4542
commit
25f1d643b8
@ -173,7 +173,7 @@
|
|||||||
return renderLink(value, row.url + 'stock/');
|
return renderLink(value, row.url + 'stock/');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return '';
|
return "<span class='label label-warning'>No stock</span>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user