[Erp5-dev] Bug on isPacked

Brice LEROY informatique at cwdsellier.com
Thu Oct 18 16:17:46 CEST 2007


Hi,
  I don't know if it's because of my modification on cell but isPacked() 
method does not reply the good response. After some investigation It's appear 
that isPacked method on looks on Container Line Movement and not on Cell 
movement too. 
To correct this I changed portal_type kw in PackingList.isPacked() method  : 
          'portal_type': self.getPortalContainerLineTypeList(),
to
          'portal_type': self.getPortalContainerLineTypeList() + ('Container 
Cell',),

NB : Sorry, I don't use patch format due to lake of time
-- 
Brice LEROY
CWD Sellier / Sellerie de Nontron
Service Informatique
tel : 05 53 60 72 70
fax : 05 53 60 72 79



More information about the Erp5-dev mailing list