mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 22:35:45 +00:00
refactor(FE): Add week field handling for marketing and sales order
forms
This commit is contained in:
@@ -512,13 +512,9 @@ export const FILTER_TYPE_OPTIONS = [
|
||||
];
|
||||
|
||||
export const MARKETING_TYPE_OPTIONS = [
|
||||
{
|
||||
label: 'Ayam Pullet',
|
||||
value: 'AYAM_PULLET',
|
||||
},
|
||||
{
|
||||
label: 'Ayam',
|
||||
value: 'AYAM',
|
||||
value: 'AYAM,AYAM_PULLET',
|
||||
},
|
||||
{
|
||||
label: 'Trading',
|
||||
|
||||
Reference in New Issue
Block a user