IO-2327 posting bills tests cases
This commit is contained in:
@@ -246,7 +246,12 @@ export function PartsOrderListTableComponent({
|
||||
sorter: (a, b) => a.return - b.return,
|
||||
sortOrder:
|
||||
state.sortedInfo.columnKey === "return" && state.sortedInfo.order,
|
||||
render: (text, record) => <Checkbox checked={record.return} />,
|
||||
render: (text, record) => (
|
||||
<Checkbox
|
||||
data-cy="part-order-return-checkbox"
|
||||
checked={record.return}
|
||||
/>
|
||||
),
|
||||
},
|
||||
{
|
||||
title: t("parts_orders.fields.deliver_by"),
|
||||
|
||||
Reference in New Issue
Block a user