Merge branch 'fix/recording' into 'development'

[FIX][FE]: adjust value query param get product warehouses

See merge request mbugroup/lti-web-client!403
This commit is contained in:
Adnan Zahir
2026-04-14 15:15:35 +07:00
@@ -611,7 +611,7 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
} = useSelect(ProductWarehouseApi.basePath, 'id', 'product.name', 'search', {
flags: 'PAKAN,OVK',
limit: '100',
available_only: 'true',
available_only: 'false',
location_id: stockProductsLocationId,
...(selectedKandangId ? { kandang_id: selectedKandangId.toString() } : {}),
});