Commit 6da9bbeb authored by Vincent Pelletier's avatar Vincent Pelletier

ImmobilisableItem: Drop unneeded parameter.

This parameter is handled nowhere in ERP5 and ends up passed to catalog,
which complains about it.
parent 388baa71
...@@ -246,7 +246,6 @@ class ImmobilisableItem(Item, Amount): ...@@ -246,7 +246,6 @@ class ImmobilisableItem(Item, Amount):
return self.getImmobilisationRelatedMovementList(from_date=from_date, return self.getImmobilisationRelatedMovementList(from_date=from_date,
to_date=to_date, to_date=to_date,
filter_valid=filter_valid, filter_valid=filter_valid,
immobilisation_and_owner_change=1,
**kw) **kw)
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment