2
0
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:
Oliver 2021-11-08 13:10:33 +11:00
parent 9c2193a4cc
commit 8d5c3ab18a

View File

@ -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',
}, },