Fix : wrong var used in bank account class

This commit is contained in:
Maxime Kohlhaas 2013-09-23 10:55:44 +02:00 committed by Laurent Destailleur
parent 2b4f0bd4b1
commit 364085bd20

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;