|
From: uherczeg <uw...@ph...> - 2012-12-15 17:46:17
|
I changed the dependencies in following files:
###################
perp_ap
perp_api
perp_ar
perp_human_resources
perp_inventory
perp_ledger
perp_manufacturing
perp_orders
perp_payroll
perp_setup_wizard
perp_timeclock
###################
There must be altered in the appropriate "setup.inc.php" the dependencies to
YOUR installed EGW release
For example:
in perp_api/setup/setup.inc.php there must for EGW 1,8 be:
/* Dependencies for this app to work */
<------>$setup_info['perp_api']['depends'][] = array(
<------><------> 'appname' => 'phpgwapi',
<------><------> 'versions' => Array('1.5', '1.6', '1.7', '1.8')
<------>);
<------>$setup_info['perp_api']['depends'][] = array(
<------><------> 'appname' => 'etemplate',
<------><------> 'versions' => Array('1.5', '1.6', '1.7', '1.8')
Hope this helps
Uwe
--
View this message in context: http://egroupware.219119.n3.nabble.com/PERP-in-EGW-1-8-tp3987561.html
Sent from the Project ERP (pERP) - Developers mailing list archive at Nabble.com.
|