I think a fix for #1663

Closes #1663
This commit is contained in:
Matthias 2021-06-21 23:33:27 +02:00
parent f90730d866
commit 8b515571ca
2 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,7 @@ function loadBuildOrderAllocationTable(table, options={}) {
{ {
field: 'quantity', field: 'quantity',
title: '{% trans "Quantity" %}', title: '{% trans "Quantity" %}',
sortable: true,
} }
] ]
}); });

View File

@ -391,6 +391,7 @@ function loadSalesOrderAllocationTable(table, options={}) {
{ {
field: 'quantity', field: 'quantity',
title: '{% trans "Quantity" %}', title: '{% trans "Quantity" %}',
sortable: true,
} }
] ]
}); });