This commit is contained in:
Matthias 2021-08-09 01:43:50 +02:00
parent 681f285aa3
commit c58ed5a07e
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -1106,6 +1106,7 @@ function loadPriceBreakTable(table, options) {
formatNoMatches: function() {
return `{% trans "No ${human_name} information found" %}`;
},
queryParams: {part: options.part},
url: options.url,
onLoadSuccess: function(tableData) {
if (linkedGraph) {
@ -1201,6 +1202,7 @@ function initPriceBreakSet(table, options) {
human_name: pb_human_name,
url: pb_url,
linkedGraph: linkedGraph,
part: part_id,
}
);