IO-2327 posting bills tests cases
This commit is contained in:
@@ -256,7 +256,7 @@ export function PartsOrderModalComponent({
|
||||
},
|
||||
]}
|
||||
>
|
||||
<InputNumber />
|
||||
<InputNumber id="order-quantity" />
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
label={t("parts_orders.fields.act_price")}
|
||||
@@ -334,7 +334,11 @@ export function PartsOrderModalComponent({
|
||||
value={sendType}
|
||||
onChange={(e) => setSendType(e.target.value)}
|
||||
>
|
||||
<Radio disabled={is_quote} value={"none"}>
|
||||
<Radio
|
||||
data-cy="part-order-select-none"
|
||||
disabled={is_quote}
|
||||
value={"none"}
|
||||
>
|
||||
{t("general.labels.none")}
|
||||
</Radio>
|
||||
<Radio disabled={is_quote} value={"e"}>
|
||||
|
||||
Reference in New Issue
Block a user