2
0
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:
Oliver
2026-02-19 20:58:11 +11:00
committed by GitHub
parent 3dbe168939
commit 4e1862a860
3 changed files with 6 additions and 2 deletions

View File

@@ -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);