|
Posted by Jack T on May 29, 2009, 11:10 am
Please log in for more thread options Thanks, I will try it.
"Robert Armstrong RMS Ltd." wrote:
> You need to remove the following lines of code from your Receipt Template you
> are using.
> Search for "RTD" after opening the file.
>
> *********************
>
>
> <IF>
> <CONDITION> ((Entry.QuantityOnOrder <> 0) |
> (Entry.QuantityRTD <> 0)) & (Transaction.Type <> transactionQuote)
> </CONDITION>
> <THEN>
> <ROW> "||Quantity RTD:|" Entry.QuantityRTD " ||" </ROW>
> <ROW> "||Quantity On Order:|" Entry.QuantityOnOrder "
> ||" </ROW>
> <ROW> "||Quantity Picked Up:|" Entry.QuantityPurchased
> " ||" </ROW>
> <ROW> </ROW>
> </THEN>
> </IF>
>
> ************************
>
> Robert Armstrong
> RMS Ltd.
>
> "Jack T" wrote:
>
> > Is there a way to remove the RTD, On Order,
> > Picked up display on the work order?
|