mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-16 12:03:08 +00:00
Merge pull request #2541 from SchrodingersGat/table-fix
Fix "actions" column for part purchase order table
This commit is contained in:
commit
7f31e08c56
@ -929,6 +929,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
|
||||
{
|
||||
field: 'actions',
|
||||
title: '',
|
||||
switchable: false,
|
||||
formatter: function(value, row) {
|
||||
|
||||
if (row.received >= row.quantity) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user