mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-20 05:46:34 +00:00
extending API to supply price wihtout formatting
This commit is contained in:
@ -1115,7 +1115,7 @@ function loadPriceBreakTable(table, options) {
|
||||
|
||||
// split up for graph definition
|
||||
var graphLabels = Array.from(tableData, x => x.quantity);
|
||||
var graphData = Array.from(tableData, x => parseFloat(x.price));
|
||||
var graphData = Array.from(tableData, x => x.price);
|
||||
|
||||
// destroy chart if exists
|
||||
if (chart){
|
||||
|
Reference in New Issue
Block a user