Fix : wrong var used in bank account class
This commit is contained in:
parent
2b4f0bd4b1
commit
364085bd20
@ -1296,7 +1296,7 @@ class AccountLine extends CommonObject
|
||||
// No error check. Can fail if category already affected
|
||||
}
|
||||
|
||||
$bankline->rappro=1;
|
||||
$this->rappro=1;
|
||||
|
||||
$this->db->commit();
|
||||
return 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user