Changeset 2608


Ignore:
Timestamp:
05/03/24 09:30:08 (2 weeks ago)
Author:
nanardon
Message:

Fix: function name

File:
1 edited

Legend:

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

    r2598 r2608  
    287287 
    288288    my $attribute = $self->attribute($cfield) or do { 
    289         $self->base->log(LA_WARN, "Unknown attribute $cfield for object type " . $self->otype); 
     289        $self->base->log(LA_WARN, "Unknown attribute $cfield for object type " . $self->type); 
    290290        return; 
    291291    }; 
Note: See TracChangeset for help on using the changeset viewer.