mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix "actions" column for part purchase order table
This commit is contained in:
parent
0c37c2ce13
commit
5df8377213
@ -929,6 +929,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
|||||||
{
|
{
|
||||||
field: 'actions',
|
field: 'actions',
|
||||||
title: '',
|
title: '',
|
||||||
|
switchable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
|
|
||||||
if (row.received >= row.quantity) {
|
if (row.received >= row.quantity) {
|
||||||
|
Loading…
Reference in New Issue
Block a user