#SET("LineItemNo", #LineItemNo + 1)
|
|
#IF(#PaymentMethod)#PaymentMethod.NameOrAlias#ELSE#Name#ENDIF
#INCLUDE("INC-IsTestTransaction")
#IF(NOT #Order.PaidOn AND NOT #Order.PartlyPaidOn AND NOT #PaidOn AND NOT #PartlyPaidOn)
#LineItemContainer.Payment.PaymentMethod.Note[0]
#ENDIF
|
#IF(#LineItemPrice)#LineItemPrice[money]#ENDIF |