Forum

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

[SOLVED] Error on v9.0.1 on Project Expense

5 Posts
4 Utilisateurs
0 Reactions
2,382 Vu
(@yannobi)
Posts: 69
Active 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 Jan PM 15:011
(@harvester)
Posts: 21
Active Member
 

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


 
Posté : 15 Jan PM 14:011
(@karl-binet)
Posts: 128
Active 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 Jan PM 15:011
Flou
 Flou
(@flou)
Posts: 253
Active Member
 

hello,

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


 
Posté : 15 Jan PM 18:011
(@yannobi)
Posts: 69
Active 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 Jan AM 11:011
Share:
Retour en haut