Changes to AgileBill
This commit is contained in:
@@ -255,14 +255,6 @@ class service_group
|
||||
include_once(PATH_CORE . 'list.inc.php');
|
||||
$C_list = new CORE_list;
|
||||
}
|
||||
|
||||
if($C_list->is_installed('db_mapping'))
|
||||
{
|
||||
# Update the db_mapping accounts
|
||||
include_once ( PATH_MODULES . 'db_mapping/db_mapping.inc.php' );
|
||||
$db_map = new db_mapping;
|
||||
$db_map->account_group_sync ( $this->rs['account_id'] );
|
||||
}
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user