Fix "actions" column for part purchase order table

This commit is contained in:
Oliver 2022-01-12 15:12:53 +11:00
parent 0c37c2ce13
commit 5df8377213

View File

@ -929,6 +929,7 @@ function loadPartPurchaseOrderTable(table, part_id, options={}) {
{
field: 'actions',
title: '',
switchable: false,
formatter: function(value, row) {
if (row.received >= row.quantity) {