mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-04 10:31:03 +00:00
Purchase price ordering (#11379)
* Support ordering stock by purchase price * Enhanced error output * Bump API version
This commit is contained in:
@@ -487,7 +487,7 @@ export function InvenTreeTable<T extends Record<string, any>>({
|
||||
setSortStatus(status);
|
||||
|
||||
if (!status.columnAccessor) {
|
||||
console.error('Invalid column accessor provided for table sorting');
|
||||
console.error(`Invalid column accessor provided for table ${cacheKey}`);
|
||||
}
|
||||
|
||||
setTableSorting(cacheKey)(status);
|
||||
|
||||
Reference in New Issue
Block a user