mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add new 'updated' field to supplier price break table
This commit is contained in:
parent
ef8c656b4f
commit
1c9a29dfb8
@ -268,6 +268,11 @@ $('#price-break-table').inventreeTable({
|
|||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'updated',
|
||||||
|
title: '{% trans "Last updated" %}',
|
||||||
|
sortable: true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user