2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-11-08 00:55:41 +00:00
Files
InvenTree/InvenTree/templates/js/stock.html
Oliver Walters 73a1765a11 Fix table sorting when groups are used.
This is necessary because the field names of the tables are specified like "part_detail.IPN" and multi-level string-based object access is weird.
Luckily someone has worked out the hard part for me.

Ref: https://stackoverflow.com/questions/6393943/convert-javascript-string-in-dot-notation-into-an-object-reference
2020-10-20 11:54:54 +11:00

37 KiB