Hello, is there a way to get a voucher's serial number to print on the receipt when selling one?
So far I've got this:
<IF>
<CONDITION> Entry.Item.ItemType = itemtypeVoucher </CONDITION>
<THEN>
<ROW>"|""NUMBER:" Entry.VoucherNumber "|"</ROW>
</THEN>
</IF>
but Entry.VoucherNumber is not working.
Thanks,
Devon
*This post is locked for comments