mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Version bump (#5740)
* Updated all dependencies * fixed some spelling errors * More spelling corrections * Fixes for changes in react-query
This commit is contained in:
@ -449,7 +449,7 @@ function barcodeScanDialog(options={}) {
|
||||
|
||||
|
||||
/*
|
||||
* Dialog for linking a particular barcode to a database model instsance
|
||||
* Dialog for linking a particular barcode to a database model instance
|
||||
*/
|
||||
function linkBarcodeDialog(data, options={}) {
|
||||
|
||||
|
@ -546,7 +546,7 @@ function receiveReturnOrderItems(order_id, line_items, options={}) {
|
||||
fields: {
|
||||
location: {
|
||||
filters: {
|
||||
strucutral: false,
|
||||
structural: false,
|
||||
},
|
||||
tree_picker: {
|
||||
url: '{% url "api-location-tree" %}',
|
||||
|
@ -828,7 +828,7 @@ function getPartParameterTemplateFilters() {
|
||||
}
|
||||
|
||||
|
||||
// Return a dictionary of filters for the "parameteric part" table
|
||||
// Return a dictionary of filters for the "parametric part" table
|
||||
function getParametricPartTableFilters() {
|
||||
let filters = getPartTableFilters();
|
||||
|
||||
|
Reference in New Issue
Block a user