|
Posted by Terrible Tom on November 24, 2006, 11:49 am
Please log in for more thread options
Try making your condition Transaction.Total and/or Transaction.TotalDue. For
example, if Transaction.TotalDue < 0, then print your signature lines.
Tom
--
Stop fishing for e-mail
"GregDxb" wrote:
> Hi,
>
> I 'm trying to add lines to a "VOID" or "REFUND" transaction receipts...
>
>
> Customer Name:______________________________
>
> Phone No. # __________________________________
>
> Signature _____________________________________
>
>
> This addtional line should only be printed if the transaction is VOIDED or
> REFUNDED.
>
> Is there anyone here have made this modification ? I am unable to trap where
> the VOID header is being called to print so that in the way only I will add
> this lines.
>
>
> thanks
|