Forum

[SOLVED] Error on v...
 
Notifications
Retirer tout

[SOLVED] Error on v9.0.1 on Project Expense

5 Posts
4 Utilisateurs
0 Reactions
2,381 Vu
(@yannobi)
Posts: 69
Estimable Member
Début du sujet
 
[#7201]

Hi 

When i change the state of an expense, an error occurs.

Message on the log :2021-01-14 13:25:18.118 ** ERROR ** [V9.0.1] ERROR **
2021-01-14 13:25:18.118
** ERROR ** [V9.0.1] on file '/var/www/html/projeqtor/model/persistence/SqlElement.php' at line (6197)
2021-01-14 13:25:18.118
** ERROR ***** [V9.0.1] cause = Undefined variable: currencyPosition


 
Posté : 14/01/2021 3:25 pm
(@harvester)
Posts: 21
Eminent Member
 

Hi
I confirm this when attempting to assign a risk to a project (assigned step)


 
Posté : 15/01/2021 2:21 pm
(@karl-binet)
Posts: 128
Reputable Member
 

Hello

V9.0.2

i'm having the same error when i'm trying so send by mail an order to provider.  when I select ok, i'm having the same error
I'm also having this error when I'm changing the Status of an Client quotations.

Regards


 
Posté : 15/01/2021 3:01 pm
Flou
 Flou
(@flou)
Posts: 253
Reputable Member
 

hello,

see the response of babynus of an other topic  : error currencyPosition.
That should be help you .
 


 
Posté : 15/01/2021 6:56 pm
(@yannobi)
Posts: 69
Estimable Member
Début du sujet
 

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é : 21/01/2021 11:53 am
Share:
Retour en haut