Forum

Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.

Resource cost displ...
 
Notifications
Clear all

Resource cost displayed as € / m rather than € / d

2 Posts
2 Users
0 Reactions
16.4 K Views
(@gerold-kriechbaumergmx-net)
Posts: 8
Active Member
Topic starter
 
[#2000]

Any ideas why for the resource function "Consulting" the cost is displayed as "€ / m" rather than as "€ / d" (see attached file)?


 
Posted : 22 Sep 2014 16H20
(@babynus)
Posts: 14952
Member Admin
 

Hi,

Very strange.
It seems to be an old Debugging code that has to be removed :
in /view/objectDetail.php, replace lines 2321 and 2322 from

if($rcost->idRole==7) echo " / " . i18n('shortMonth');
else echo " / " . i18n('shortDay');

to

echo " / " . i18n('shortDay');

Will be integrated in new version


 
Posted : 23 Sep 2014 0H45
Share:

Scroll to Top