Forum

Real-work Allocatio...
 
Notifications
Retirer tout

Real-work Allocation issue

18 Posts
2 Utilisateurs
0 Reactions
16 {numéro}K Vu
(@babynus)
Posts: 14952
Membre Admin
 

Thank you.

Could you please have a test :
In /projeqtor/view/objectDetail.php, add 1 line before line 965, from this :

echo ' value="' . htmlEncode($val) . '" >
';

to

traceLog("$col=$val=".htmlEncode($val));
echo ' value="' . $val . '" >
';

Then try again to display Ticket with non displayed decimal value.
Does it display correcly now ?
What is is the log file ? (please post log file content here)

Thank you.


 
Posté : 7 Déc PM 14:1212
(@babynus)
Posts: 14952
Membre Admin
 

What is you PHP Version ?
If it is 5.6, can you please check pnp.ini, what is value for default_charset ?


 
Posté : 7 Déc PM 14:1212
(@babynus)
Posts: 14952
Membre Admin
 

Found issue.
It seems to happen on PHP 5.6 (could reproduce on PHP 5.6 but could not on PHP 5.5)

Fix is to add new line after line 61 in /model/NumberFormatter52.php :

    }
    setlocale(LC_NUMERIC, 'C');
    if (array_key_exists('browserLocaleDecimalPoint', $_SESSION)) {
      $this->decimalSeparator=$_SESSION['browserLocaleDecimalPoint'];
    }

Fix will be deployed in Patch 5.1.5 (coming soon)


 
Posté : 9 Déc PM 19:1212
Page 2 / 2
Share:
Retour en haut