Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andreubisquerra committed Feb 20, 2020
1 parent 7200472 commit 7a241ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/core/modules/modTakePos.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ public function __construct($db)
public function init($options = '')
{
global $conf,$db;

dolibarr_set_const($db, "TAKEPOS_PRINT_METHOD", "browser", 'chaine', 0, '', $conf->entity);

$this->_load_tables('/takepos/sql/');

$sql = array();
Expand Down

0 comments on commit 7a241ba

Please sign in to comment.