diff --git a/src/components/pages/production/recording/form/RecordingForm.tsx b/src/components/pages/production/recording/form/RecordingForm.tsx index e065ec96..571bd0db 100644 --- a/src/components/pages/production/recording/form/RecordingForm.tsx +++ b/src/components/pages/production/recording/form/RecordingForm.tsx @@ -335,8 +335,6 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => { const productName = product.product.name; if ( - productName.toLowerCase().includes('ayam') || - productName.toLowerCase().includes('chicken') || productName.toLowerCase().includes('culling') || productName.toLowerCase().includes('mati') || productName.toLowerCase().includes('afkir')