Skip to content
Snippets Groups Projects
Commit 494e9dbe authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Removed warning

parent 6f5ce778
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ class modBanque extends DolibarrModules ...@@ -159,7 +159,7 @@ class modBanque extends DolibarrModules
$this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'societe as s ON bu.url_id = s.rowid'; $this->export_sql_end[$r] .=' LEFT JOIN '.MAIN_DB_PREFIX.'societe as s ON bu.url_id = s.rowid';
$this->export_sql_end[$r] .=' WHERE ba.rowid = b.fk_account'; $this->export_sql_end[$r] .=' WHERE ba.rowid = b.fk_account';
$this->export_sql_end[$r] .=' AND ba.entity = '.$conf->entity; $this->export_sql_end[$r] .=' AND ba.entity = '.$conf->entity;
$this->export_sql_order[$r] .=' ORDER BY b.datev, b.num_releve'; $this->export_sql_order[$r] =' ORDER BY b.datev, b.num_releve';
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment