Skip to content

Commit

Permalink
Merge pull request #10588 from frederic34/patch-24
Browse files Browse the repository at this point in the history
Update mod_commande_fournisseur_orchidee.php
  • Loading branch information
eldy committed Feb 14, 2019
2 parents 7e4a4c2 + 5c50ea8 commit b69a416
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -63,12 +63,12 @@ class mod_commande_fournisseur_orchidee extends ModeleNumRefSuppliersOrders
*/
function info()
{
global $conf, $langs;
global $db, $conf, $langs;

// Load translation files required by the page
$langs->loadLangs(array("bills","admin"));

$form = new Form($this->db);
$form = new Form($db);

$texte = $langs->trans('GenericNumRefModelDesc')."<br>\n";
$texte.= '<form action="'.$_SERVER["PHP_SELF"].'" method="POST">';
Expand Down

0 comments on commit b69a416

Please sign in to comment.