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:
commit
1941b68d9e
|
|
@ -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>
|
||||
))}
|
||||
|
|
|
|||
Loading…
Reference in New Issue