Skip to content

Commit

Permalink
Merge pull request #7620 from atm-gauthier/fix_selectthirdparty
Browse files Browse the repository at this point in the history
FIX : wrong key in selectarray
  • Loading branch information
eldy committed Oct 12, 2017
2 parents 5ab88e6 + 1e7676d commit 20d4ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture/stats/index.php
Expand Up @@ -232,7 +232,7 @@
$companies = array();

foreach ($tmp_companies as $value) {
$companies[$value['value']] = $value['label'];
$companies[$value['key']] = $value['label'];
}

print '<div class="fichecenter"><div class="fichethirdleft">';
Expand Down

0 comments on commit 20d4ba9

Please sign in to comment.