Bug fix for tables

This commit is contained in:
Oliver Walters 2021-03-11 14:24:28 +11:00
parent 8e2a2c59bf
commit e1ba0a9a99

View File

@ -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,