
lists at gmnet
Jun 18, 2012, 4:54 AM
Post #4 of 4
(147 views)
Permalink
|
> > >> On Sun, Jun 17, 2012 at 5:50 PM, Rick Bragg <lists [at] gmnet> wrote: >>> Hi, >>> >>> I notice that in log_transaction, the billing info gets recorded via [scratch >>> tmp_fname] [scratch tmp_lname] etc... I tried looking everywhere in the catalog >>> and >>> interchange directories with "grep -R 'tmp_fname' *" but I can't find anywhere >>> these are set. Does anybody know where these are set? >>> >> >> I remember being confused by this a while back as well, it took me a >> bit to find it... >> >> It's in log_transaction -- >> >> [if value mv_same_billing] >> [loop list="lname fname company address1 address2 city state zip country"] >> [tmp tmp_[loop-code]][/tmp] >> [/loop] >> [else] >> [.loop list="lname fname company address1 address2 city state zip country phone"] >> [tmp tmp_[loop-code]][value name=b_[loop-code] filter="strip mac"][/tmp] >> [/loop] >> [/else] >> [/if] >> >> Dan > > Thanks Dan, > I thought about that this morning. Maybe it was some kind of loop and I should > grep for just tmp_ > > Thanks! > Rick It was about 20 lines above where I was. I was working so late that my eyes must have been crossed. Thanks again! Rick _______________________________________________ interchange-users mailing list interchange-users [at] icdevgroup http://www.icdevgroup.org/mailman/listinfo/interchange-users
|