[UI] Sales order fixes (#10024)
* Fix stock item reference * Allow edit from allocated items sub-table
This commit is contained in:
parent
6ac563264c
commit
471b8c239f
|
|
@ -480,8 +480,9 @@ export default function SalesOrderLineItemTable({
|
|||
orderId={orderId}
|
||||
lineItemId={record.pk}
|
||||
partId={record.part}
|
||||
allowEdit={false}
|
||||
allowEdit={true}
|
||||
modelTarget={ModelType.stockitem}
|
||||
modelField={'item'}
|
||||
isSubTable
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue