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

Removed warning

parent 83e873dd
No related branches found
No related tags found
No related merge requests found
......@@ -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] .=' WHERE ba.rowid = b.fk_account';
$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.
Finish editing this message first!
Please register or to comment