Пример #1
0
 function insertIntoEntityTable($table_name, $module, $fileid = '')
 {
     //Ignore relation table insertions while saving of the record
     if ($table_name == 'vtiger_inventoryproductrel') {
         return;
     }
     parent::insertIntoEntityTable($table_name, $module, $fileid);
 }