mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
refactor(FE): Refactor subtype label mapping and fix depletion subtype
value
This commit is contained in:
@@ -624,7 +624,7 @@ export const TRANSACTION_SUBTYPE_OPTIONS = {
|
||||
PENJUALAN: { label: 'Penjualan', value: 'MARKETING_OUT' },
|
||||
RECORDING: [
|
||||
{ label: 'Recording Stock', value: 'RECORDING_STOCK_OUT' },
|
||||
{ label: 'Recording Depletion', value: 'RECORDING_DEPLETION_OUT' },
|
||||
{ label: 'Recording Depletion', value: 'RECORDING_DEPLETION_IN' },
|
||||
{ label: 'Recording Egg', value: 'RECORDING_EGG_IN' },
|
||||
],
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user