forked from Wavyzz/dolibarr
FIX: $rappro property should match the updated value (Account::updateconciliation()) (#30311)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user