mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
Merge branch 'development' into fix/project-flock
This commit is contained in:
+24
-5
@@ -513,16 +513,35 @@ export const FILTER_TYPE_OPTIONS = [
|
||||
|
||||
export const MARKETING_TYPE_OPTIONS = [
|
||||
{
|
||||
label: 'Ayam',
|
||||
value: 'ayam',
|
||||
label: 'Ayam Pullet',
|
||||
value: 'AYAM_PULLET',
|
||||
},
|
||||
{
|
||||
label: 'Telur',
|
||||
value: 'telur',
|
||||
label: 'Ayam',
|
||||
value: 'AYAM',
|
||||
},
|
||||
{
|
||||
label: 'Trading',
|
||||
value: 'trading',
|
||||
value: 'TRADING',
|
||||
},
|
||||
{
|
||||
label: 'Telur',
|
||||
value: 'TELUR',
|
||||
},
|
||||
];
|
||||
|
||||
export const MARKETING_CONVERTION_UNIT_OPTIONS = [
|
||||
{
|
||||
label: 'Kg',
|
||||
value: 'kg',
|
||||
},
|
||||
{
|
||||
label: 'Qty',
|
||||
value: 'qty',
|
||||
},
|
||||
{
|
||||
label: 'Peti',
|
||||
value: 'peti',
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user