$g_time_tracking_with_billing = ON;
$g_time_tracking_enabled = ON;
$g_time_tracking_view_threshold = DEVELOPER;
$g_time_tracking_reporting_threshold = MANAGER;
but the Billing menu appears only if you are logged in as an Administrator. I need it with manager account as well.
Mantis 1.2.3
php 5.3.1
Billing exists only for admins
Moderators: Developer, Contributor
Re: Billing exists only for admins
It was a local manager only does it make a difference? (sorry about the late answer, I was on a vacation:)
Re: Billing exists only for admins
IIRC I a had a short look at the sourcecode and yes, that's the way it's implemented at the moment.istvanb wrote:It was a local manager only does it make a difference?
Re: Billing exists only for admins
Thanks, I will report this as a bug then!