[ic] Tax Exempt

Peter peter at pajamian.dhs.org
Wed Sep 20 09:49:07 EDT 2006


On 09/20/2006 06:35 AM, Mike Heins wrote:
> Quoting Peter (peter at pajamian.dhs.org):
>> 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});
>>
> 
> Except we don't hardcode stuff like that in the core....this would
> be an impossible change.

True, it was a bad suggestion, I was basically just answering his
question but not addressing the merits of what he wanted to do.

Peter


More information about the interchange-users mailing list