Ignore:
Timestamp:
12/24/15 12:57:04 (9 years ago)
Author:
nanardon
Message:

Fix undef value warning, improve message

File:
1 edited

Legend:

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

    r1523 r1535  
    194194    if ($expire != $nextexpire) { 
    195195        $user->set_fields(expire => $endemploy); 
    196         $user->ReportChange('Update', 'Expire update to %s to match employment', $endemploy); 
     196        $user->ReportChange('Update', 'Expire update to %s to match employment', ($endemploy || '(none)')); 
    197197    } 
    198198 
Note: See TracChangeset for help on using the changeset viewer.