Fix: Warning into bank conciliation feature.
This commit is contained in:
parent
364085bd20
commit
eae92695d6
@ -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.
|
||||
|
||||
|
||||
@ -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++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user