mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 13:35:40 +00:00
Hide "pricing" information in the BOM table
This commit is contained in:
@ -228,6 +228,12 @@ function loadBomTable(table, options) {
|
||||
}
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
// TODO - Re-introduce the pricing column at a later stage,
|
||||
// once the pricing has been "fixed"
|
||||
// O.W. 2020-11-24
|
||||
|
||||
cols.push(
|
||||
{
|
||||
field: 'price_range',
|
||||
@ -241,6 +247,7 @@ function loadBomTable(table, options) {
|
||||
}
|
||||
}
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
// Part notes
|
||||
|
Reference in New Issue
Block a user