mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Bug fix for tables
This commit is contained in:
parent
8e2a2c59bf
commit
e1ba0a9a99
@ -138,7 +138,6 @@ function loadPurchaseOrderTable(table, options) {
|
|||||||
formatNoMatches: function() { return '{% trans "No purchase orders found" %}'; },
|
formatNoMatches: function() { return '{% trans "No purchase orders found" %}'; },
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'pk',
|
|
||||||
title: '',
|
title: '',
|
||||||
visible: true,
|
visible: true,
|
||||||
checkbox: true,
|
checkbox: true,
|
||||||
@ -235,7 +234,6 @@ function loadSalesOrderTable(table, options) {
|
|||||||
formatNoMatches: function() { return '{% trans "No sales orders found" %}'; },
|
formatNoMatches: function() { return '{% trans "No sales orders found" %}'; },
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
field: 'pk',
|
|
||||||
title: '',
|
title: '',
|
||||||
checkbox: true,
|
checkbox: true,
|
||||||
visible: true,
|
visible: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user