mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
Add verbose names for multiple Build model fields
- Improve methods for different models
This commit is contained in:
@ -254,8 +254,6 @@ function setupCallbacks() {
|
||||
|
||||
var row = table.bootstrapTable('getData')[idx];
|
||||
|
||||
console.log('Row ' + idx + ' - ' + row.pk + ', ' + row.quantity);
|
||||
|
||||
var quantity = 1;
|
||||
|
||||
if (row.allocated < row.quantity) {
|
||||
|
Reference in New Issue
Block a user