Commit cf393c1e authored by Łukasz Nowak's avatar Łukasz Nowak

- point out wrong code


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43861 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 105ccd9d
......@@ -135,6 +135,7 @@ software_release_document = context.portal_catalog.getResultValue(\n
# protect computer partition from being selected again\n
portal = context.getPortalObject()\n
\n
# XXX: SoftwareInstance_createSalePackingList shall be used to create new Sale Packing List\n
sale_packing_list_module = portal.getDefaultModule(portal_type=\'Sale Packing List\')\n
sale_packing_list = sale_packing_list_module.newContent(portal_type=\'Sale Packing List\', \n
start_date=DateTime())\n
......
211
\ No newline at end of file
212
\ 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