Merge pull request 'Added Your Order No element in token print' (#256) from Print-token into main

Reviewed-on: Pozomind/pozo-retail-app#256
This commit is contained in:
karthikalakshmi 2026-03-06 12:25:51 +05:30
commit 1941b68d9e
1 changed files with 4 additions and 0 deletions

View File

@ -1733,6 +1733,10 @@ const PaymentPdfBooking = ({
))}
</tbody>
</table>
<h6 style={{ textAlign: 'center', marginTop: '5px' }}>
Your Order No:{' '}
{table2Data?.SalesId && extractLastNumber(table2Data?.SalesId)}
</h6>
</div>
</div>
))}