mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore: add MARKETING_DATE_FILTER_TYPE_OPTIONS constant
This commit is contained in:
@@ -457,3 +457,14 @@ export const MARKETING_TYPE_OPTIONS = [
|
||||
value: 'trading',
|
||||
},
|
||||
];
|
||||
|
||||
export const MARKETING_DATE_FILTER_TYPE_OPTIONS = [
|
||||
{
|
||||
label: 'Tanggal Realisasi',
|
||||
value: 'realization_date',
|
||||
},
|
||||
{
|
||||
label: 'Tanggal SO',
|
||||
value: 'so_date',
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user