Ignore:
Timestamp:
09/20/17 00:32:45 (7 years ago)
Author:
nanardon
Message:

Add hostType and endOfWarranty attribute

File:
1 edited

Legend:

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

    r2090 r2097  
    3939                formtype => 'DATE', 
    4040                label => l('Expire'), 
     41            }, 
     42            endOfWarranty => { 
     43                formtype => 'DATE', 
     44                label => l('End of warranty'), 
    4145            }, 
    4246            ip      => { 
     
    205209                label => l('Description'), 
    206210            }, 
     211            hostType => { 
     212                label => l('Host\'s type'), 
     213            }, 
    207214            encryptKey => { 
    208215                label => l('Encrypted key'), 
Note: See TracChangeset for help on using the changeset viewer.