Fix : wrong var used in bank account class

This commit is contained in:
Maxime Kohlhaas 2013-09-23 10:55:44 +02:00
parent 0315cfdac6
commit 00cb2aa26c

View File

@ -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;