2017-10-12 2 views

Répondre

0

essayez ceci:

if {ardoc.billto}= "NS" 
(
if {xtcwt_ardoc.BillTo} = "" then 
"0" 
else if {xtcwt_ardoc.BillTo} = "DEFAULT" then 
"0" 
else 
{xtcwt_soaddress.FinancialName} 
) 
else 
(
//your code 
)