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
Hi
I confirm this when attempting to assign a risk to a project (assigned step)
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
hello,
see the response of babynus of an other topic : error currencyPosition.
That should be help you .
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' );