Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Andy] How to obtain the value of paylogs_time.

Quote Reply
Re: [Andy] How to obtain the value of paylogs_time. In reply to
Thanks Andy, Smile

I always obtain the error :

Error: Variable “paylogs_time” is not has code refers

sub {
my $table = $DB->table('PaymentLogs');
my $cond = GT::SQL::Condition->new(paylogs_payments_id => 'LIKE' => $_[0]);
$table->select_options("ORDER BY paylogs_time DESC");
return $table->select( ['paylogs_time'] , $cond)->fetchrow || die $GT::SQL::error;
}


<%paylogs_time($paiement_id($ID)%>

An idea ?

Thanks, MJ

Last edited by:

MJ_: May 25, 2009, 12:17 PM
Subject Author Views Date
Thread How to obtain the value of paylogs_time. MJ_ 9891 May 25, 2009, 10:52 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9714 May 25, 2009, 11:30 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9682 May 25, 2009, 12:07 PM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9717 May 26, 2009, 12:21 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9693 May 26, 2009, 3:40 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9755 May 26, 2009, 3:47 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9663 May 26, 2009, 4:48 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9680 May 26, 2009, 5:10 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9645 May 26, 2009, 5:32 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9691 May 26, 2009, 5:35 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9663 May 26, 2009, 6:03 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9635 May 26, 2009, 6:05 AM
Thread Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9661 May 26, 2009, 6:10 AM
Thread Re: [MJ_] How to obtain the value of paylogs_time.
Andy 9733 May 26, 2009, 6:12 AM
Post Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9649 May 26, 2009, 6:22 AM
Thread Re: [Andy] BUG ? or How to obtain the value of paylogs_time.
MJ_ 9582 May 27, 2009, 7:01 AM
Thread Re: [MJ_] BUG ? or How to obtain the value of paylogs_time.
Andy 9629 May 27, 2009, 7:08 AM
Post Re: [Andy] BUG ? or How to obtain the value of paylogs_time.
MJ_ 9567 May 27, 2009, 7:23 AM
Post Re: [Andy] How to obtain the value of paylogs_time.
MJ_ 9662 May 25, 2009, 12:49 PM