2
0
forked from Wavyzz/dolibarr

FIX: $rappro property should match the updated value (Account::updateconciliation()) (#30311)

This commit is contained in:
jyhere
2024-07-08 23:44:58 +02:00
committed by GitHub
parent 850cafb588
commit 2a18909e9d

View File

@@ -2522,7 +2522,7 @@ class AccountLine extends CommonObjectLine
// TODO Do no try the insert if link already exists
}
$this->rappro = 1;
$this->rappro = (int) $conciliated;
$this->db->commit();
return 1;