2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Child items table (#5114)

* Template cleanup

- Remove "buttons" attribute (outdated)

* Fix filters for "child stock items" table

* Fix 'ancestor' stock filter
This commit is contained in:
Oliver
2023-06-28 15:22:23 +10:00
committed by GitHub
parent 53e120cdb3
commit a78b26f93a
9 changed files with 29 additions and 47 deletions

View File

@ -306,9 +306,6 @@ onPanelLoad('completed', function() {
build: {{ build.id }},
is_building: false,
},
buttons: [
'#stock-options',
],
});
});