Ignore:
Timestamp:
02/20/19 07:48:18 (5 years ago)
Author:
latmossys
Message:

Fix method name

File:
1 edited

Legend:

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

    r2207 r2208  
    10971097        if (my $parent = $obj->ParentObject) { 
    10981098            $potype = $parent->type; 
    1099             $pname  = $parent->name; 
     1099            $pname  = $parent->id; 
    11001100            $pikey  = $parent->Iid;  
    11011101        } 
Note: See TracChangeset for help on using the changeset viewer.