Comment 2 for bug 1206851

Revision history for this message
Rodney Yeo (rodyeo) wrote :

Matters have been highlishted and resolved as below...

http://forums.ocsinventory-ng.org/viewtopic.php?id=10239

Edit /usr/local/share/perl5/Apache/Ocsinventory/Map.pm

And add in the item with plus sign...

---BOF---
  bios => {
   mask => 2,
   multi => 0,
   auto => 1,
   delOnReplace => 1,
   sortBy => 'SSN',
   writeDiff => 0,
   cache => 0,
   fields => {
       SMANUFACTURER => {},
       SMODEL => {},
       SSN => {},
       BMANUFACTURER => {},
       BVERSION => {},
       BDATE => {},
       TYPE => {},
       ASSETTAG => {},
+ MMANUFACTURER => {},
+ MMODEL => {},
+ MSN => {},
   }
  },
---EOF---