Update html.form.class.php

This commit is contained in:
ptibogxiv 2020-03-24 17:32:50 +01:00 committed by GitHub
parent 8409f3ba4e
commit 06f53fdd69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2535,7 +2535,7 @@ class Form
if ($outbarcode) $outval .= ' ('.$outbarcode.')';
$outval .= ' - '.dol_trunc($label, $maxlengtharticle);
if ($outorigin && !empty($conf->global->PRODUCT_SHOW_ORIGIN_IN_COMBO)) $outval .= ' ('.getCountry($outorigin, 1).')';
// Units
$opt .= $outvalUnits;
$outval .= $outvalUnits;