Fix: Warning into bank conciliation feature.

This commit is contained in:
Laurent Destailleur 2014-01-09 18:47:33 +01:00
parent 364085bd20
commit eae92695d6
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ English Dolibarr ChangeLog
***** ChangeLog for 3.4.3 compared to 3.4.2 *****
Fix: Warning into bank conciliation feature.
Fix: Bad get of localtaxes into contracts add lines.
Fix: Add a limit into list to avoid browser to hang when database is too large.

View File

@ -1159,7 +1159,7 @@ class AccountLine extends CommonObject
$this->db->begin();
// Delete urls
$result=$this->delete_urls();
$result=$this->delete_urls($user);
if ($result < 0)
{
$nbko++;