Notifications
Retirer tout
Submit issues
2
Posts
2
Utilisateurs
0
Reactions
2,667
Vu
Début du sujet
Good evening,
When I'm trying to change the status of a risk from "assigned" to "in progress", I have the following message:
This is the corresponding log file:
Best regards
Stephane
Posté : 13 Jan PM 21:011
Hi,
Issue recorded as Ticket #5190
Fix is to add 2 lines in model/persistence/SqlElement.php after line 6029, like this :
public function drawMailDetailCol($colArray, &$msg){
$currencyPosition = Parameter::getGlobalParameter ( 'currencyPosition' );
$currency = Parameter::getGlobalParameter ( 'currency' );
Posté : 15 Jan PM 18:011
