Fix "part" column sorting in BOM table (#3422)

This commit is contained in:
Oliver 2022-07-27 19:58:48 +10:00 committed by GitHub
parent 3d67cabb1a
commit 9110035370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -798,7 +798,7 @@ function loadBomTable(table, options={}) {
// Part column
cols.push(
{
field: 'sub_part',
field: 'sub_part_detail.full_name',
title: '{% trans "Part" %}',
sortable: true,
switchable: false,