Commit d06f1dda authored by Mame Coumba Sall's avatar Mame Coumba Sall

2009-05-26

*add cell portal type for Internal Packing List Line

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27202 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3795ef8b
......@@ -64,6 +64,8 @@ elif context.getPortalType()==\'Purchase Order Line\' :\n
cell_portal_type = \'Purchase Order Cell\'\n
elif context.getPortalType()==\'Sale Packing List Line\':\n
cell_portal_type = \'Sale Packing List Cell\'\n
elif context.getPortalType()== \'Internal Packing List Line\':\n
cell_portal_type = \'Internal Packing List Cell\'\n
\n
movement_cell_list = context.contentValues(portal_type=cell_portal_type)\n
context.setVariationCategoryList([])\n
......
131
\ No newline at end of file
133
\ No newline at end of file
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