Skip to content

Commit

Permalink
FIX: propal pdf: missing parenthesis for customs code
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-Marc committed Oct 12, 2018
1 parent 2fdc1a9 commit afd9b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/comm/propal/card.php
Expand Up @@ -868,6 +868,7 @@
// Add custom code and origin country into description
if (empty($conf->global->MAIN_PRODUCT_DISABLE_CUSTOMCOUNTRYCODE) && (! empty($prod->customcode) || ! empty($prod->country_code)))
{
$tmptxt = '(';
// Define output language
if (! empty($conf->global->MAIN_MULTILANGS) && ! empty($conf->global->PRODUIT_TEXTS_IN_THIRDPARTY_LANGUAGE)) {
$outputlangs = $langs;
Expand Down

0 comments on commit afd9b4e

Please sign in to comment.