Ignore:
Timestamp:
04/25/09 21:18:18 (15 years ago)
Author:
nanardon
Message:
  • support database revision, store current revision, allowing to synch only object changed since last sync
File:
1 edited

Legend:

Unmodified
Added
Removed
  • LATMOS-Accounts/lib/LATMOS/Accounts.pm

    r41 r49  
    4747    my $type = $self->val($section, 'type') or return; 
    4848    my %params = map { $_ => ($self->val($section, $_)) } $self->Parameters($section); 
    49     my $base = LATMOS::Accounts::Bases->new($type, %params); 
     49    my $base = LATMOS::Accounts::Bases->new($type, %params, label => $section); 
    5050    $base->load or return; 
    5151    $base; 
Note: See TracChangeset for help on using the changeset viewer.