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/');
|
||||
}
|
||||
else {
|
||||
return '';
|
||||
return "<span class='label label-warning'>No stock</span>";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue