Merge branch 'codex/sales-at-farm-level' into 'development'

Codex/sales at farm level

See merge request mbugroup/lti-web-client!367
This commit is contained in:
Adnan Zahir
2026-04-04 10:08:36 +07:00
2 changed files with 97 additions and 26 deletions
@@ -160,8 +160,10 @@ const SalesOrderProductForm = ({
ProductWarehouseApi.basePath,
'id',
'product.name',
'',
'search',
{
limit: '100',
available_only: 'true',
warehouse_id: formik.values.warehouse_id?.toString() ?? '',
type: formik.values.marketing_type?.value.toLocaleUpperCase() ?? '',
}