IO-2327 posting bills test cases
This commit is contained in:
@@ -134,7 +134,9 @@ export function BillEnterModalLinesComponent({
|
||||
],
|
||||
};
|
||||
},
|
||||
formInput: (record, index) => <Input disabled={disabled} />,
|
||||
formInput: (record, index) => (
|
||||
<Input data-cy="bill-line-line-desc" disabled={disabled} />
|
||||
),
|
||||
},
|
||||
{
|
||||
title: t("billlines.fields.quantity"),
|
||||
|
||||
@@ -18,7 +18,7 @@ export default function PrintWrapperComponent({
|
||||
};
|
||||
|
||||
return (
|
||||
<Space>
|
||||
<Space data-cy="print-wrapper">
|
||||
{children || null}
|
||||
{!emailOnly && <PrinterFilled onClick={() => handlePrint("p")} />}
|
||||
<MailFilled onClick={() => handlePrint("e")} />
|
||||
|
||||
Reference in New Issue
Block a user