Skip to content

Commit

Permalink
Merge pull request #7872 from atm-alexis/fix_include_for_ajax_select_…
Browse files Browse the repository at this point in the history
…product_supplier_order

fix include for ajax select product supplier order
  • Loading branch information
eldy committed Nov 27, 2017
2 parents 807bfbb + 61a3131 commit b55d085
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/class/html.form.class.php
Expand Up @@ -2584,6 +2584,7 @@ function select_produits_fournisseurs_list($socid,$selected='',$htmlname='produc

$this->db->free($result);

include_once DOL_DOCUMENT_ROOT . '/core/lib/ajax.lib.php';
$out.=ajax_combobox($htmlname);

if (empty($outputmode)) return $out;
Expand Down

0 comments on commit b55d085

Please sign in to comment.