Added Your Order No element in token print

This commit is contained in:
Srinath 2026-03-06 12:22:33 +05:30
parent 9f675c0a5f
commit e1d7324659
1 changed files with 4 additions and 0 deletions

View File

@ -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>
))} ))}