mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-02 11:40:58 +00:00
Further assorted updates
What, you need more commit details?! Pah
This commit is contained in:
@ -125,6 +125,8 @@ function countStockItems(items, options) {
|
||||
]
|
||||
});
|
||||
|
||||
$(modal).find('#stocktake-table').bootstrapTable('checkAll');
|
||||
|
||||
$(modal).on('click', '#modal-form-submit', function() {
|
||||
var selections = $(modal).find('#stocktake-table').bootstrapTable('getSelections');
|
||||
|
||||
|
Reference in New Issue
Block a user