Skip to content

Commit

Permalink
Update commondocgenerator.class.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 22, 2017
1 parent 764e215 commit ba2dd95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/class/commondocgenerator.class.php
Expand Up @@ -514,8 +514,8 @@ function get_substitutionarray_lines($line,$outputlangs)
// Units
if ($conf->global->PRODUCT_USE_UNITS)
{
$resarray['line_unit']=$outputlangs->trans($line->getLabelOfUnit('long')),
$resarray['line_unit_short']=$outputlangs->trans($line->getLabelOfUnit('short'))
$resarray['line_unit']=$outputlangs->trans($line->getLabelOfUnit('long'));
$resarray['line_unit_short']=$outputlangs->trans($line->getLabelOfUnit('short'));
}

// Retrieve extrafields
Expand Down

0 comments on commit ba2dd95

Please sign in to comment.