dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [Bug #1174] Product translated description not good


From: Doliforge
Subject: [Dolibarr-bugtrack] [Bug #1174] Product translated description not good into PDF
Date: Sun, 01 Dec 2013 22:46:42 +0100

Doliforge
Ce message ne s'affiche pas correctement?
mettez à jour vos préférences utilisateur.

Product translated description not good into PDF

Dernières modifications

01/12/2013 22:46 (Europe/Paris)
Changements :
  • Step to reproduce bug: 
[...]
 Set transaltion for desc in English  
 Add the product to a proposal  
-Generate the proposal in English, Translation is not the good one 
+Generate the proposal in English, Translation is not the good one  
+  
+It s due to added string (Orign from Country) and test into core/lib/pdf.lib.php line 926  
+if (! empty($prodser->multilangs[$outputlangs->defaultlang]["description"]) && $desc == $prodser->description)  
+ $desc == $prodser->description will always be diffrent because Dolibarr add automaticly (Orign from Country)  
+ at the end of the line description  

Répondre

État

 Détails
Last Modified On:  01/12/2013 22:42 Submitted by:  HENRY Florian (fhenry)
Submitted on:  01/12/2013 22:42 
Summary:  Product translated description not good into PDF
Description:  Product translated description not good into PDF
Step to reproduce bug:  Create product A
Set transaltion for desc in English
Add the product to a proposal
Generate the proposal in English, Translation is not the good one

It s due to added string (Orign from Country) and test into core/lib/pdf.lib.php line 926
if (! empty($prodser->multilangs[$outputlangs->defaultlang]["description"]) && $desc == $prodser->description)
$desc == $prodser->description will always be diffrent because Dolibarr add automaticly (Orign from Country)
at the end of the line description
Detected in version:  3.4.1 Category:  Core Problem
Severity:  5 - Major OS Type/Version:  
PHP version:   Database type and version:  
 Etat
Status:  Open Assigned to:  HENRY Florian (fhenry)
Resolution:  Aucun 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]