Ignore:
Timestamp:
02/14/17 20:07:23 (7 years ago)
Author:
nanardon
Message:

Ignore resetEmployment result

File:
1 edited

Legend:

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

    r1945 r1949  
    317317    $user or return; 
    318318    my $res = $class->SUPER::_create($base, $id, %data); 
    319     $user->applyCurrentEmployment or return; 
     319    $user->applyCurrentEmployment; 
    320320    $res; 
    321321} 
     
    332332    if ($res) { 
    333333        my $ouser = $base->get_object('user', $user); 
    334         $ouser->applyCurrentEmployment or return; 
     334        $ouser->applyCurrentEmployment; 
    335335    } 
    336336 
Note: See TracChangeset for help on using the changeset viewer.