Added Your Order No element in token print
This commit is contained in:
parent
9f675c0a5f
commit
e1d7324659
|
|
@ -1733,6 +1733,10 @@ const PaymentPdfBooking = ({
|
||||||
))}
|
))}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
<h6 style={{ textAlign: 'center', marginTop: '5px' }}>
|
||||||
|
Your Order No:{' '}
|
||||||
|
{table2Data?.SalesId && extractLastNumber(table2Data?.SalesId)}
|
||||||
|
</h6>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
))}
|
))}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue