An error occurred fetching the project authors.
  1. 14 Sep, 2010 1 commit
  2. 27 Aug, 2010 1 commit
    • Sebastien Robin's avatar
      revert r37787 until it is improved, there is following problems : · 8e1755db
      Sebastien Robin authored
      - getProductLine on a Sale Order Line returns nothing
        even if there is a resource defined on the Sale Order
        Line and a product line on this resource (and base
        categories looks like to be well configured)
      - portal_type variable is already used in the method
        _getSingleCategoryAcquiredMembershipList, so
        doing "for portal_type in portal_type_list" makes giving any
        random value to the portal type variable
      - the portal_type variable can have duplicated portal types,
        in such case the following piece of code always return [],
        so duplicated needs to be removed :
             for portal_type in portal_type_list:
               key = (uid, base_category, portal_type)
               if key in _acquired_object_set:
                 return []
               _acquired_object_set.add(key)
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38053 20353a03-c40f-0410-a6d1-a30d3c3de9de
      8e1755db
  3. 13 Aug, 2010 1 commit
  4. 11 Aug, 2010 2 commits
  5. 28 Jul, 2010 1 commit
  6. 08 Jun, 2010 1 commit
  7. 04 Jun, 2010 1 commit
  8. 06 Nov, 2009 1 commit
  9. 03 Nov, 2009 2 commits
  10. 23 Oct, 2009 1 commit
  11. 07 Oct, 2009 1 commit
  12. 04 May, 2009 1 commit
  13. 14 Apr, 2009 1 commit
  14. 17 Nov, 2008 1 commit
  15. 07 Oct, 2008 1 commit
  16. 20 Aug, 2008 1 commit
  17. 27 Jul, 2008 1 commit
  18. 25 Jul, 2008 2 commits
  19. 09 Jul, 2008 1 commit
  20. 04 Jul, 2008 1 commit
  21. 02 Jul, 2008 1 commit
  22. 01 Jul, 2008 1 commit
  23. 27 Jun, 2008 2 commits
  24. 27 Mar, 2008 1 commit
  25. 05 Mar, 2008 1 commit
  26. 29 Jan, 2008 1 commit
  27. 28 Jan, 2008 1 commit
  28. 22 Jan, 2008 1 commit
  29. 09 Jan, 2008 1 commit
  30. 02 Jan, 2008 1 commit
  31. 29 Nov, 2007 1 commit
  32. 19 Nov, 2007 2 commits
  33. 07 Nov, 2007 1 commit
  34. 06 Nov, 2007 1 commit
  35. 24 Sep, 2007 1 commit