Hi, I just noticed that there is a missing opening round bracket in the
product line. It is exactly where the customcode starts and country of
origin
ends.
I am not sure exactly if this is a translation problem or it is in the
product object.
I am running dolibarr 8.0 beta from git branch/8.0
See
I tested with last version in 8.0 branch and language pt_BR, and i can't
reproduce.
2018-07-13 13:39 GMT+02:00 Sasa Ostrouska :
> Hi, I just noticed that there is a missing opening round bracket in the
> product line. It is exactly where the customcode starts and country of
> origin
> ends.
>
> I
I think this is what is missing in propal/card.php
$tmptxt = '(';
I see that some code is commented out and refactored.
Investigating right now.
Rgds
Sasa
On Fri, Jul 13, 2018 at 3:19 PM, Laurent Destailleur (aka Eldy) <
e...@destailleur.fr> wrote:
> I tested with last version in 8.0 branch