Пример #1
0
 public static function del($hoursLocationId)
 {
     $hoursLocation = new CRM_Hrjobcontract_DAO_HoursLocation();
     $hoursLocation->id = $hoursLocationId;
     $hoursLocation->find(TRUE);
     $hoursLocation->delete();
 }