diff --git a/src/config/constant.ts b/src/config/constant.ts index 1fbef81f..ab58df5b 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -120,3 +120,6 @@ export const PRODUCT_FLAG_OPTIONS = [ { label: 'KIMIA', value: 'KIMIA' }, ]; +export const SUPPLIER_FLAG_OPTIONS = [ + { label: 'EKSPEDISI', value: 'EKSPEDISI' }, +];