Merged in feature/IO-2395-Payment-Expansion-Formating (pull request #976)

IO-2395 Adjust Payment Number Label
This commit is contained in:
Allan Carr
2023-09-15 16:14:16 +00:00

View File

@@ -153,7 +153,7 @@ const PaymentExpandedRowComponent = ({ record, bodyshop }) => {
<Descriptions.Item label={t("job_payments.titles.paymenttype")}>
{record.type}
</Descriptions.Item>
<Descriptions.Item label={t("job_payments.titles.paymenttype")}>
<Descriptions.Item label={t("job_payments.titles.paymentnum")}>
{record.paymentnum}
</Descriptions.Item>
{payment_response && (