Merge pull request #2541 from SchrodingersGat/table-fix

Fix "actions" column for part purchase order table
This commit is contained in:
Oliver 2022-01-12 15:35:08 +11:00 committed by GitHub
commit 7f31e08c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {