Merged in feature/IO-2395-Payment-Expansion-Formating (pull request #976)
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