mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +00:00
add extra icons for build order form
This commit is contained in:
parent
9c2193a4cc
commit
8d5c3ab18a
@ -43,11 +43,18 @@ function buildFormFields() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
sales_order: {
|
sales_order: {
|
||||||
|
icon: 'fa-truck',
|
||||||
},
|
},
|
||||||
batch: {},
|
batch: {},
|
||||||
target_date: {},
|
target_date: {
|
||||||
take_from: {},
|
icon: 'fa-calendar-alt',
|
||||||
destination: {},
|
},
|
||||||
|
take_from: {
|
||||||
|
icon: 'fa-sitemap',
|
||||||
|
},
|
||||||
|
destination: {
|
||||||
|
icon: 'fa-sitemap',
|
||||||
|
},
|
||||||
link: {
|
link: {
|
||||||
icon: 'fa-link',
|
icon: 'fa-link',
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user