[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ic] Tax Exempt


On 09/20/2006 05:48 AM, Steve Graham wrote:
> + ###If Customer is tax exempt return 0 & exit !
> + if($Tag->data({
> +        table => 'userdb',
> +        column => 'tax_exempt',
> +        key => $Session->{username},
> +    })) return 0;

return 0 if tag_data('userdb', 'tax_exempt', $Vend::Session->{username});

Peter

_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.