mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-13 19:36:46 +00:00
- Remove TODO entry
- Placeholder when adding external build order support
(cherry picked from commit a466926aef)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6fa54c0e0e
commit
ae2cf931a5
@@ -238,17 +238,6 @@ export default function BuildDetail() {
|
|||||||
icon: 'manufacturers',
|
icon: 'manufacturers',
|
||||||
hidden: !build.external
|
hidden: !build.external
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'text',
|
|
||||||
name: 'purchase_order',
|
|
||||||
label: t`Purchase Order`,
|
|
||||||
icon: 'purchase_orders',
|
|
||||||
copy: true,
|
|
||||||
hidden: !build.external,
|
|
||||||
value_formatter: () => {
|
|
||||||
return 'TODO: external PO';
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'text',
|
type: 'text',
|
||||||
name: 'reference',
|
name: 'reference',
|
||||||
|
|||||||
Reference in New Issue
Block a user