Ignore:
Timestamp:
06/26/20 12:07:16 (4 years ago)
Author:
nanardon
Message:

Revert wrong fix for attribute checks during sync.

File:
1 edited

Legend:

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

    r2405 r2427  
    10651065    foreach (@fields) { 
    10661066        # check attribute exists in source: 
    1067         my $attr = $self->attribute($srcobj->type, $_) or next; 
     1067        my $attr = $srcobj->attribute($_) or next; 
    10681068        $attr->readable or next; 
    10691069        if (! $options{onepass}) { 
Note: See TracChangeset for help on using the changeset viewer.