IO-2327 posting bills test caes
This commit is contained in:
@@ -148,6 +148,7 @@ export function PartsOrderListTableComponent({
|
||||
</Button>
|
||||
</Popconfirm>
|
||||
<Button
|
||||
data-cy="receive-bill-button"
|
||||
disabled={
|
||||
(jobRO ? !record.return : jobRO) ||
|
||||
record.vendor.id === bodyshop.inhousevendorid
|
||||
@@ -478,6 +479,7 @@ export function PartsOrderListTableComponent({
|
||||
{selectedPartsOrderRecord && rowExpander(selectedPartsOrderRecord)}
|
||||
</Drawer>
|
||||
<Table
|
||||
data-cy="part-orders-table"
|
||||
loading={billsQuery.loading}
|
||||
scroll={{
|
||||
x: true,
|
||||
|
||||
Reference in New Issue
Block a user