mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 04:25:42 +00:00
Bug fix for tables
This commit is contained in:
@ -138,7 +138,6 @@ function loadPurchaseOrderTable(table, options) {
|
||||
formatNoMatches: function() { return '{% trans "No purchase orders found" %}'; },
|
||||
columns: [
|
||||
{
|
||||
field: 'pk',
|
||||
title: '',
|
||||
visible: true,
|
||||
checkbox: true,
|
||||
@ -235,7 +234,6 @@ function loadSalesOrderTable(table, options) {
|
||||
formatNoMatches: function() { return '{% trans "No sales orders found" %}'; },
|
||||
columns: [
|
||||
{
|
||||
field: 'pk',
|
||||
title: '',
|
||||
checkbox: true,
|
||||
visible: true,
|
||||
|
Reference in New Issue
Block a user