Merge branch 'fix/product-select-include-all-param' into 'development'

fix: add include all param to adjustment stock products select

See merge request mbugroup/lti-web-client!343
This commit is contained in:
Adnan Zahir
2026-03-09 00:51:43 +07:00
@@ -185,7 +185,9 @@ const InventoryAdjustmentForm = ({
isLoadingOptions: isLoadingProductOptions, isLoadingOptions: isLoadingProductOptions,
loadMore: loadMoreProducts, loadMore: loadMoreProducts,
rawData: products, rawData: products,
} = useSelect<Product>(ProductApi.basePath, 'id', 'name', 'search'); } = useSelect<Product>(ProductApi.basePath, 'id', 'name', 'search', {
include_all: 'true',
});
const { const {
setInputValue: setDepletionProductInputValue, setInputValue: setDepletionProductInputValue,