Changes to AgileBill

This commit is contained in:
Deon George
2009-08-03 14:10:16 +10:00
parent 0a22cfe22c
commit 27aee719b0
1051 changed files with 219109 additions and 117219 deletions

View File

@@ -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'] );
}
}
}
?>
?>