Merged in release/2023-09-15 (pull request #977)
IO-2395 Adjust Payment Number Label
This commit is contained in:
@@ -153,7 +153,7 @@ const PaymentExpandedRowComponent = ({ record, bodyshop }) => {
|
|||||||
<Descriptions.Item label={t("job_payments.titles.paymenttype")}>
|
<Descriptions.Item label={t("job_payments.titles.paymenttype")}>
|
||||||
{record.type}
|
{record.type}
|
||||||
</Descriptions.Item>
|
</Descriptions.Item>
|
||||||
<Descriptions.Item label={t("job_payments.titles.paymenttype")}>
|
<Descriptions.Item label={t("job_payments.titles.paymentnum")}>
|
||||||
{record.paymentnum}
|
{record.paymentnum}
|
||||||
</Descriptions.Item>
|
</Descriptions.Item>
|
||||||
{payment_response && (
|
{payment_response && (
|
||||||
|
|||||||
Reference in New Issue
Block a user