2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

Change name of purchaseorder line item table

- Was conflicting with purchaseorder table
- Saved column selections were being overridden
This commit is contained in:
Oliver
2021-08-25 18:00:32 +10:00
parent 75152fab0e
commit 51992a92c1
2 changed files with 6 additions and 7 deletions

View File

@ -185,8 +185,6 @@ $('#cat-param-table').inventreeTable({
function loadTemplateTable(pk) {
console.log('refresh:', pk);
// Enable the buttons
$('#new-cat-param').removeAttr('disabled');