2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 20:32:12 +00:00

Print reports for multiple selected sales orders / purchase orders

This commit is contained in:
Oliver Walters
2021-03-11 14:15:31 +11:00
parent fa95759a00
commit 7ccd339b5c
3 changed files with 74 additions and 28 deletions

View File

@@ -139,8 +139,9 @@ function loadPurchaseOrderTable(table, options) {
columns: [
{
field: 'pk',
title: 'ID',
visible: false,
title: '',
visible: true,
checkbox: true,
switchable: false,
},
{
@@ -235,8 +236,9 @@ function loadSalesOrderTable(table, options) {
columns: [
{
field: 'pk',
title: 'ID',
visible: false,
title: '',
checkbox: true,
visible: true,
switchable: false,
},
{